Skip to content

Commit

Permalink
ESP_ARDUINO_VERSION_VAL(3, 0, 0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dam_git committed Dec 17, 2024
1 parent 1b07095 commit 87424b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESPAsyncWebSrv
version=1.2.8
version=1.2.9
author=dvarrel
maintainer=dvarrel
sentence=Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32 . Forked from https://github.com/me-no-dev/ESPAsyncWebServer
Expand Down
4 changes: 2 additions & 2 deletions src/WebAuthentication.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

#include "Arduino.h"

#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)
#ifdef ESP32
// Code for version 3.x
#ifdef ESP32
#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(3, 0, 0)
#include "mbedtls/compat-2.x.h"
#endif
#endif
Expand Down

0 comments on commit 87424b3

Please sign in to comment.