Skip to content

Commit

Permalink
mathieucarbou/ESPAsyncWebServer @ 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 9, 2025
1 parent 0c7f399 commit 5d1b050
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"owner": "mathieucarbou",
"name": "ESPAsyncWebServer",
"version": "^3.5.0",
"version": "^3.5.1",
"platforms": ["espressif8266", "espressif32"]
},
{
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build_flags =
; -D ESPCONNECT_NO_MDNS
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
mathieucarbou/ESPAsyncWebServer @ 3.5.0
mathieucarbou/ESPAsyncWebServer @ 3.5.1
lib_compat_mode = strict
lib_ldf_mode = chain
upload_protocol = esptool
Expand All @@ -42,7 +42,7 @@ platform = ${sysenv.PIO_PLATFORM}
board = ${sysenv.PIO_BOARD}
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
mathieucarbou/ESPAsyncWebServer @ 3.5.0
mathieucarbou/ESPAsyncWebServer @ 3.5.1
vshymanskyy/Preferences @ 2.1.0

; DEV
Expand All @@ -66,7 +66,7 @@ board = huzzah
; board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
mathieucarbou/ESPAsyncWebServer @ 3.5.0
mathieucarbou/ESPAsyncWebServer @ 3.5.1
vshymanskyy/Preferences @ 2.1.0

; ETH: esp32-poe
Expand Down

0 comments on commit 5d1b050

Please sign in to comment.