Skip to content

Commit 559a7fe

Browse files
authored
Update platformio.ini
1 parent 4b8cb41 commit 559a7fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

platformio.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ lib_deps =
2727
bblanchon/ArduinoJson @ 7.3.1
2828
ESP32Async/AsyncTCP @ 3.3.7
2929
ESP32Async/ESPAsyncWebServer @ 3.7.3
30+
https://github.com/cotestatnt/Arduino-MySQL.git
31+
https://github.com/OSSLibraries/Arduino_MFRC522v2.git
32+
3033
board_build.partitions = partitions-4MB.csv
3134
board_build.filesystem = littlefs
3235

@@ -42,6 +45,8 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
4245
lib_deps =
4346
https://github.com/ESP32Async/AsyncTCP
4447
https://github.com/ESP32Async/ESPAsyncWebServer
48+
https://github.com/cotestatnt/Arduino-MySQL
49+
https://github.com/OSSLibraries/Arduino_MFRC522v2
4550

4651
[env:arduino-3-no-chunk-inflight]
4752
build_flags = ${env.build_flags}
@@ -60,6 +65,8 @@ lib_deps =
6065
bblanchon/ArduinoJson @ 7.3.1
6166
ESP32Async/ESPAsyncTCP @ 2.0.0
6267
ESP32Async/ESPAsyncWebServer @ 3.7.3
68+
https://github.com/cotestatnt/Arduino-MySQL.git
69+
https://github.com/OSSLibraries/Arduino_MFRC522v2.git
6370

6471
[env:ci-arduino-2]
6572
@@ -74,8 +81,11 @@ board = ${sysenv.PIO_BOARD}
7481

7582
[env:ci-arduino-3-latest-asynctcp]
7683
lib_deps =
84+
bblanchon/ArduinoJson @ 7.3.1
7785
https://github.com/ESP32Async/AsyncTCP
7886
https://github.com/ESP32Async/ESPAsyncWebServer
87+
https://github.com/cotestatnt/Arduino-MySQL.git
88+
https://github.com/OSSLibraries/Arduino_MFRC522v2.git
7989

8090
[env:ci-arduino-3-no-chunk-inflight]
8191
board = ${sysenv.PIO_BOARD}

0 commit comments

Comments
 (0)