Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrel authored Dec 17, 2024
2 parents 363ee04 + 87424b3 commit 1e4fc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion src/WebAuthentication.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

#include "Arduino.h"

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

0 comments on commit 1e4fc67

Please sign in to comment.