1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 15:03:07 +01:00

use async web server

This commit is contained in:
andreas
2021-10-25 18:31:34 +02:00
parent 2b1eda27d4
commit c893025cd3
5 changed files with 440 additions and 198 deletions

View File

@@ -16,13 +16,14 @@ lib_deps =
ttlappalainen/NMEA2000_esp32 @ ^1.0.3
ttlappalainen/NMEA0183 @ ^1.7.1
bblanchon/ArduinoJson@^6.18.5
board_build.embed_files=
board_build.embed_files =
web/index.html.gz
extra_scripts= extra_script.py
extra_scripts = extra_script.py
[env:m5stack-atom]
board = m5stack-atom
lib_deps =
${env.lib_deps}
build_flags= -D BOARD_M5ATOM
upload_port=/dev/esp32
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
build_flags = -D BOARD_M5ATOM
upload_port = /dev/esp32