Skip to content

Commit

Permalink
libs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Sep 3, 2024
1 parent c16c949 commit 9be8cf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
run: arduino-cli lib install [email protected]

- name: Install AsyncTCP
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.4
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.5

- name: Install ESPAsyncTCP
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.2.0
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncWebServer#v3.2.2

- 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.1.4",
"version": "^3.2.2",
"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 @@ -12,7 +12,7 @@ build_flags =
; -D DEBUG_ESP_CORE
lib_deps =
bblanchon/ArduinoJson @ 7.1.0
mathieucarbou/ESPAsyncWebServer @ 3.2.0
mathieucarbou/ESPAsyncWebServer @ 3.2.2
upload_protocol = esptool
monitor_speed = 115200
monitor_filters = esp32_exception_decoder, log2file
Expand All @@ -32,15 +32,15 @@ platform = espressif8266
board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.1.0
mathieucarbou/ESPAsyncWebServer @ 3.2.0
mathieucarbou/ESPAsyncWebServer @ 3.2.2
vshymanskyy/Preferences @ 2.1.0

[env:esp8266-no-mdns]
platform = espressif8266
board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.1.0
mathieucarbou/ESPAsyncWebServer @ 3.2.0
mathieucarbou/ESPAsyncWebServer @ 3.2.2
vshymanskyy/Preferences @ 2.1.0
build_flags = -D ESPCONNECT_NO_MDNS

Expand Down

0 comments on commit 9be8cf6

Please sign in to comment.