day/night cycle on LED 1 from CSV file

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-09-26 23:01:26 +02:00
parent f2e2fe4078
commit 845fdd306e
15 changed files with 340 additions and 80 deletions

View File

@@ -11,6 +11,7 @@ idf_component_register(SRCS
connectivity-manager
led-manager
persistence-manager
simulator
u8g2
nvs_flash
esp_timer
@@ -19,3 +20,5 @@ idf_component_register(SRCS
app_update
rmaker_common
)
spiffs_create_partition_image(storage ../spiffs_image FLASH_IN_PROJECT)