Create system_utils component

Somewhat of a 'misc' component; handles early initialization, checking
for first boot and rebooting.
This commit is contained in:
2023-05-19 16:05:27 +01:00
parent 9c9f027bb8
commit 685e0950bf
8 changed files with 120 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES buttons console_wrapper display settings sound time wifi
REQUIRES
buttons console_wrapper display settings sound system_utils time wifi
)