Upgraded libraries, fixed compatibility
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[env:d1_mini32]
|
||||
platform = platformio/espressif32@6.11.0
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
|
||||
board = wemos_d1_mini32
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
me-no-dev/AsyncTCP@^3.3.2
|
||||
me-no-dev/ESP Async WebServer@^1.2.3
|
||||
alanswx/ESPAsyncWiFiManager@^0.31
|
||||
miguelbalboa/MFRC522@^1.4.10
|
||||
ESP32Async/AsyncTCP@3.3.8
|
||||
ESP32Async/ESPAsyncWebServer@3.7.9
|
||||
alanswx/ESPAsyncWiFiManager@0.31
|
||||
miguelbalboa/MFRC522@^1.4.12
|
||||
bblanchon/ArduinoJson@^6.21.3
|
||||
monitor_speed = 115200
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
Reference in New Issue
Block a user