mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Move ESP32 lip_deps
This commit is contained in:
parent
daa96491c5
commit
9d245b5e78
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user