Skip to content

Commit

Permalink
mathieucarbou/ESPAsyncWebServer @ 3.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Nov 4, 2024
1 parent 79d24ce commit fcc3794
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0

- name: Install ESPAsyncWebServer
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.21
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.22

- name: Install Preferences
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/vshymanskyy/Preferences#v2.1.0
Expand Down
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.3.21",
"version": "^3.3.22",
"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.0
mathieucarbou/ESPAsyncWebServer @ 3.3.21
mathieucarbou/ESPAsyncWebServer @ 3.3.22
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.0
mathieucarbou/ESPAsyncWebServer @ 3.3.21
mathieucarbou/ESPAsyncWebServer @ 3.3.22
vshymanskyy/Preferences @ 2.1.0

; DEV
Expand All @@ -66,7 +66,7 @@ board = huzzah
; board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.2.0
mathieucarbou/ESPAsyncWebServer @ 3.3.21
mathieucarbou/ESPAsyncWebServer @ 3.3.22
vshymanskyy/Preferences @ 2.1.0

; ETH: esp32-poe
Expand Down

0 comments on commit fcc3794

Please sign in to comment.