@@ -24,11 +24,7 @@ monitor_filters = esp32_exception_decoder, log2file
2424lib_compat_mode = strict
2525lib_ldf_mode = chain
2626lib_deps =
27- bblanchon/ArduinoJson @ 7.3.1
28- ESP32Async/AsyncTCP @ 3.3.7
29- ESP32Async/ESPAsyncWebServer @ 3.7.3
30- https://github.com/cotestatnt/Arduino-MySQL.git
31- https://github.com/OSSLibraries/Arduino_MFRC522v2.git
27+ bblanchon/ArduinoJson @ 7.3.1
3228
3329board_build.partitions = partitions-4MB.csv
3430board_build.filesystem = littlefs
@@ -41,32 +37,16 @@ platform = espressif32@6.10.0
4137[env:arduino-3-latest]
4238platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20-rc1/platform-espressif32.zip
4339
44- [env:arduino-3-latest-asynctcp]
45- lib_deps =
46- https://github.com/ESP32Async/AsyncTCP
47- https://github.com/ESP32Async/ESPAsyncWebServer
48- https://github.com/cotestatnt/Arduino-MySQL
49- https://github.com/OSSLibraries/Arduino_MFRC522v2
50-
5140[env:arduino-3-no-chunk-inflight]
5241build_flags = ${env.build_flags}
5342 -D ASYNCWEBSERVER_USE_CHUNK_INFLIGHT =0
5443
55- [env:AsyncTCPSock]
56- lib_deps =
57- https://github.com/ESP32Async/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
58- build_flags = ${env.build_flags}
59-
6044[env:esp8266]
6145platform = espressif8266
6246; board = huzzah
6347board = d1_mini
6448lib_deps =
65- bblanchon/ArduinoJson @ 7.3.1
66- ESP32Async/ESPAsyncTCP @ 2.0.0
67- ESP32Async/ESPAsyncWebServer @ 3.7.3
68- https://github.com/cotestatnt/Arduino-MySQL.git
69- https://github.com/OSSLibraries/Arduino_MFRC522v2.git
49+ bblanchon/ArduinoJson @ 7.3.1
7050
7151[env:ci-arduino-2]
7252platform = espressif32@6.10.0
@@ -81,11 +61,7 @@ board = ${sysenv.PIO_BOARD}
8161
8262[env:ci-arduino-3-latest-asynctcp]
8363lib_deps =
84- bblanchon/ArduinoJson @ 7.3.1
85- https://github.com/ESP32Async/AsyncTCP
86- https://github.com/ESP32Async/ESPAsyncWebServer
87- https://github.com/cotestatnt/Arduino-MySQL.git
88- https://github.com/OSSLibraries/Arduino_MFRC522v2.git
64+ bblanchon/ArduinoJson @ 7.3.1
8965
9066[env:ci-arduino-3-no-chunk-inflight]
9167board = ${sysenv.PIO_BOARD}
@@ -96,7 +72,4 @@ build_flags = ${env.build_flags}
9672platform = espressif8266
9773board = ${sysenv.PIO_BOARD}
9874lib_deps =
99- bblanchon/ArduinoJson @ 7.3.1
100- ESP32Async/ESPAsyncTCP @ 2.0.0
101- ESP32Async/ESPAsyncWebServer @ 3.7.3
102-
75+ bblanchon/ArduinoJson @ 7.3.1
0 commit comments