Добавляем функцию сохранения состояния элементов на flash

This commit is contained in:
2022-10-20 00:18:41 +03:00
parent c89127c067
commit b8e76e19b8
15 changed files with 540 additions and 79 deletions

View File

@@ -83,11 +83,10 @@ build_src_filter =
${env:esp32_4mb_fromitems.build_src_filter}
[platformio]
default_envs = esp8266_1mb_ota
data_dir = data_svelte_lite
default_envs = esp8266_4mb
data_dir = data_svelte
[common_env_data]
upload_port = COM4
lib_deps_external =
bblanchon/ArduinoJson @6.18.0
knolleary/PubSubClient