Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 21, 2025
1 parent 367f61b commit fb156bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
ESP32Async/AsyncTCP @ ^3.3.2
ESP32Async/ESPAsyncWebServer @ 3.6.0
upload_protocol = esptool
monitor_speed = 115200
Expand All @@ -42,6 +43,7 @@ platform = ${sysenv.PIO_PLATFORM}
board = ${sysenv.PIO_BOARD}
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
ESP32Async/ESPAsyncTCP @ ^2.0.0
ESP32Async/ESPAsyncWebServer @ 3.6.0
vshymanskyy/Preferences @ 2.1.0

Expand All @@ -66,6 +68,7 @@ board = huzzah
; board = d1_mini
lib_deps =
bblanchon/ArduinoJson @ 7.3.0
ESP32Async/ESPAsyncTCP @ ^2.0.0
ESP32Async/ESPAsyncWebServer @ 3.6.0
vshymanskyy/Preferences @ 2.1.0

Expand Down

0 comments on commit fb156bf

Please sign in to comment.