1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

intermediate: generic handling of user tasks

This commit is contained in:
wellenvogel
2021-11-27 14:57:16 +01:00
parent 5bf2aeaffe
commit 1e4285fe5d
11 changed files with 157 additions and 19 deletions

View File

@@ -7,6 +7,9 @@
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[platformio]
extra_configs=
lib/*task*/platformio.ini
[env]
platform = espressif32
@@ -19,16 +22,16 @@ lib_deps =
ottowinter/ESPAsyncWebServer-esphome@^2.0.1
fastled/FastLED @ ^3.4.0
board_build.embed_files =
generated/index.html.gz
generated/index.js.gz
generated/index.css.gz
generated/config.json.gz
generated/xdrconfig.json.gz
lib/generated/index.html.gz
lib/generated/index.js.gz
lib/generated/index.css.gz
lib/generated/config.json.gz
lib/generated/xdrconfig.json.gz
board_build.partitions = partitions_custom.csv
extra_scripts =
pre:extra_script.py
post:post.py
build_flags = -Igenerated
lib_ldf_mode = chain+
monitor_speed = 115200
[env:m5stack-atom]