Skip to content

Commit dffc7f5

Browse files
authored
Remove unused library dependencies from platformio.ini
1 parent 7d7f00c commit dffc7f5

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

platformio.ini

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ monitor_filters = esp32_exception_decoder, log2file
2424
lib_compat_mode = strict
2525
lib_ldf_mode = chain
2626
lib_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

3329
board_build.partitions = partitions-4MB.csv
3430
board_build.filesystem = littlefs
@@ -41,32 +37,16 @@ platform = espressif32@6.10.0
4137
[env:arduino-3-latest]
4238
platform = 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]
5241
build_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]
6145
platform = espressif8266
6246
; board = huzzah
6347
board = d1_mini
6448
lib_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]
7252
platform = espressif32@6.10.0
@@ -81,11 +61,7 @@ board = ${sysenv.PIO_BOARD}
8161

8262
[env:ci-arduino-3-latest-asynctcp]
8363
lib_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]
9167
board = ${sysenv.PIO_BOARD}
@@ -96,7 +72,4 @@ build_flags = ${env.build_flags}
9672
platform = espressif8266
9773
board = ${sysenv.PIO_BOARD}
9874
lib_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

Comments
 (0)