Implement persistent alarm storage
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user