Implement persistent alarm storage

This commit is contained in:
2023-05-19 16:15:17 +01:00
parent 685e0950bf
commit e4668f0c04
6 changed files with 122 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "alarms.c"
SRCS "alarm_store.c" "alarms.c"
INCLUDE_DIRS "."
REQUIRES console_wrapper sound time
REQUIRES console_wrapper esp_partition fatal sound system_utils time
)