Skip to content

Commit 216b70f

Browse files
committed
Switched to ESP32Async
1 parent 8611654 commit 216b70f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

platformio.ini

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ build_flags =
2121
; -D ESPCONNECT_NO_MDNS
2222
; -D DEBUG_ESP_CORE
2323
; -D ESPCONNECT_NO_MDNS
24+
lib_compat_mode = strict
25+
lib_ldf_mode = chain
2426
lib_deps =
2527
bblanchon/ArduinoJson @ 7.3.0
26-
mathieucarbou/ESPAsyncWebServer @ 3.6.0
28+
ESP32Async/ESPAsyncWebServer @ 3.6.0
2729
lib_compat_mode = strict
2830
lib_ldf_mode = chain
2931
upload_protocol = esptool
@@ -42,7 +44,7 @@ platform = ${sysenv.PIO_PLATFORM}
4244
board = ${sysenv.PIO_BOARD}
4345
lib_deps =
4446
bblanchon/ArduinoJson @ 7.3.0
45-
mathieucarbou/ESPAsyncWebServer @ 3.6.0
47+
ESP32Async/ESPAsyncWebServer @ 3.6.0
4648
vshymanskyy/Preferences @ 2.1.0
4749

4850
; DEV
@@ -66,7 +68,7 @@ board = huzzah
6668
; board = d1_mini
6769
lib_deps =
6870
bblanchon/ArduinoJson @ 7.3.0
69-
mathieucarbou/ESPAsyncWebServer @ 3.6.0
71+
ESP32Async/ESPAsyncWebServer @ 3.6.0
7072
vshymanskyy/Preferences @ 2.1.0
7173

7274
; ETH: esp32-poe

0 commit comments

Comments
 (0)