Skip to content

Commit

Permalink
mathieucarbou/ESP Async WebServer @ 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 1, 2024
1 parent f8d6f78 commit 9756812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-AsyncTCP#v2.1.1

- name: Install ESP Async WebServer
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v2.8.1
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v2.9.0

- name: Build BlockingCaptivePortal
run: arduino-cli compile --library . --warnings all -b ${{ matrix.board }} "examples/BlockingCaptivePortal/BlockingCaptivePortal.ino"
Expand Down
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -29,7 +29,7 @@
{
"owner": "mathieucarbou",
"name": "ESP Async WebServer",
"version": "^2.8.1",
"version": "^2.9.0",
"platforms": "espressif32"
},
{
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Expand Up @@ -10,7 +10,7 @@ framework = arduino

lib_deps =
bblanchon/ArduinoJson @ 7.0.4
mathieucarbou/ESP Async WebServer @ 2.8.1
mathieucarbou/ESP Async WebServer @ 2.9.0

build_flags =
-Wall
Expand Down

0 comments on commit 9756812

Please sign in to comment.