1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-12 14:30:40 +00:00

Major Restructuring next part

This commit is contained in:
Martin Mueller
2022-09-21 15:45:48 -04:00
parent a2923e501f
commit ea4a0df4d0
11 changed files with 500 additions and 942 deletions

View File

@ -13,25 +13,31 @@ src_dir = ./src
data_dir = ../../data
[env]
lib_extra_dirs = ../../
framework = arduino
board_build.filesystem = littlefs
lib_extra_dirs = ../../
lib_deps =
bblanchon/ArduinoJson @ ^6.18.5
https://github.com/esphome/ESPAsyncWebServer @ 3.0.0 ; Updated lib, seems to have recent patches.
lib_ignore =
ESP Async WebServer ; force the use of the esphome version
AsyncTCP ; force the use of the esphome version
LittleFS_esp32 ; force the use of the ESP32 built into the core version
; Additional scripts: Usage: see https://github.com/s00500/ESPUI/issues/144#issuecomment-1005135077
;extra_scripts =
; LittleFSBuilder.py
[env:esp8266]
platform = espressif8266
framework = arduino
board = nodemcuv2
lib_deps =
bblanchon/ArduinoJson @ ^6.18.5
me-no-dev/ESP Async WebServer @ ^1.2.3
[env:esp32]
platform = espressif32
framework = arduino
board = esp32dev
monitor_filters = esp32_exception_decoder
board_build.flash_mode = dout
lib_deps =
lorol/LittleFS_esp32@^1.0.6
bblanchon/ArduinoJson @ ^6.18.5
me-no-dev/ESP Async WebServer @ ^1.2.3
${env.lib_deps}
me-no-dev/AsyncTCP@1.1.1