Create system_utils component
Somewhat of a 'misc' component; handles early initialization, checking for first boot and rebooting.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "console.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES console esp_system
|
||||
REQUIRES console system_utils
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user