Commit 216b70f 1 parent 8611654 commit 216b70f Copy full SHA for 216b70f
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ build_flags =
21
21
; -D ESPCONNECT_NO_MDNS
22
22
; -D DEBUG_ESP_CORE
23
23
; -D ESPCONNECT_NO_MDNS
24
+ lib_compat_mode = strict
25
+ lib_ldf_mode = chain
24
26
lib_deps =
25
27
bblanchon/ArduinoJson @ 7.3.0
26
- mathieucarbou /ESPAsyncWebServer @ 3.6.0
28
+ ESP32Async /ESPAsyncWebServer @ 3.6.0
27
29
lib_compat_mode = strict
28
30
lib_ldf_mode = chain
29
31
upload_protocol = esptool
@@ -42,7 +44,7 @@ platform = ${sysenv.PIO_PLATFORM}
42
44
board = ${sysenv.PIO_BOARD}
43
45
lib_deps =
44
46
bblanchon/ArduinoJson @ 7.3.0
45
- mathieucarbou /ESPAsyncWebServer @ 3.6.0
47
+ ESP32Async /ESPAsyncWebServer @ 3.6.0
46
48
vshymanskyy/Preferences @ 2.1.0
47
49
48
50
; DEV
@@ -66,7 +68,7 @@ board = huzzah
66
68
; board = d1_mini
67
69
lib_deps =
68
70
bblanchon/ArduinoJson @ 7.3.0
69
- mathieucarbou /ESPAsyncWebServer @ 3.6.0
71
+ ESP32Async /ESPAsyncWebServer @ 3.6.0
70
72
vshymanskyy/Preferences @ 2.1.0
71
73
72
74
; ETH: esp32-poe
You can’t perform that action at this time.
0 commit comments