Configuration interface
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[platformio]
|
||||
default_envs=
|
||||
esp32-s3-nano
|
||||
esp32-s3-nano
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
@@ -9,18 +9,19 @@ lib_deps =
|
||||
Preferences
|
||||
Wifi
|
||||
Wire
|
||||
ArduinoJson @ 6.18.5
|
||||
ESP32Async/AsyncTCP@3.4.9
|
||||
ESP32Async/ESPAsyncWebServer@3.9.1
|
||||
ttlappalainen/NMEA2000-library@4.24
|
||||
robtillaart/SHT31@^0.5.2
|
||||
# adafruit/Adafruit NeoPixel
|
||||
|
||||
# only these files will be emedded into firmware
|
||||
board_build.embed_files =
|
||||
lib/generated/index.html.gz
|
||||
lib/generated/index.js.gz
|
||||
lib/generated/index.css.gz
|
||||
lib/generated/config.json.gz
|
||||
lib/generated/index.html.gz
|
||||
lib/generated/index.js.gz
|
||||
lib/generated/sha256.js.gz
|
||||
lib/generated/index.css.gz
|
||||
lib/generated/config.json.gz
|
||||
|
||||
extra_scripts =
|
||||
pre:extra_pre.py
|
||||
|
||||
Reference in New Issue
Block a user