diff --git a/platformio.ini b/platformio.ini index 2bebf328..0784fe9e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,10 +74,7 @@ build_flags = ; -- Shared library dependencies in all environments ; Warning : don't put comments after github links => causes infinite download loop lib_deps = - bxparks/AceButton@^1.9.2 ; GPIO button library bblanchon/ArduinoJson@^6.19.4 ; Json(l) parser - bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient - knolleary/PubSubClient@^2.8.0 ; MQTT client ;git+https://github.com/fvanroie/ConsoleInput.git ;git+https://github.com/andrethomas/TasmotaSlave.git ;git+https://github.com/lvgl/lvgl.git diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index 59b196b6..61e0fbbb 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -71,6 +71,9 @@ lib_ignore = lib_deps = git+https://github.com/fvanroie/ConsoleInput.git#dev lorol/LittleFS_esp32@^1.0.6 ; for v1 + bxparks/AceButton@^1.9.2 ; GPIO button library + bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient + knolleary/PubSubClient@^2.8.0 ; MQTT client extra_scripts = pre:tools/auto_firmware_version.py diff --git a/user_setups/esp32s2/_esp32s2.ini b/user_setups/esp32s2/_esp32s2.ini index bb3d2a91..4421f86a 100644 --- a/user_setups/esp32s2/_esp32s2.ini +++ b/user_setups/esp32s2/_esp32s2.ini @@ -72,6 +72,9 @@ lib_deps = ${tft_espi.lib_deps} ;ESP Async WebServer git+https://github.com/fvanroie/ConsoleInput.git#dev + bxparks/AceButton@^1.9.2 ; GPIO button library + bblanchon/StreamUtils@^1.6.3 ; for EEPromStream and BufferedTelnetClient + knolleary/PubSubClient@^2.8.0 ; MQTT client ps_ram = -DBOARD_HAS_PSRAM