Skip to content

Commit

Permalink
mathieucarbou/ESPAsyncWebServer @ 3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 19, 2024
1 parent ec6b7d5 commit 05851b0
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.4.4",
"version": "^3.4.5",
"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.2.1
mathieucarbou/ESPAsyncWebServer @ 3.4.4
mathieucarbou/ESPAsyncWebServer @ 3.4.5
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.2.1
mathieucarbou/ESPAsyncWebServer @ 3.4.4
mathieucarbou/ESPAsyncWebServer @ 3.4.5
vshymanskyy/Preferences @ 2.1.0

; DEV
Expand All @@ -66,7 +66,7 @@ board = huzzah
; board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.2.1
mathieucarbou/ESPAsyncWebServer @ 3.4.4
mathieucarbou/ESPAsyncWebServer @ 3.4.5
vshymanskyy/Preferences @ 2.1.0

; ETH: esp32-poe
Expand Down

0 comments on commit 05851b0

Please sign in to comment.