Somewhat of a 'misc' component; handles early initialization, checking for first boot and rebooting.
6 lines
112 B
CMake
6 lines
112 B
CMake
idf_component_register(
|
|
SRCS "system_utils.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES esp_system fatal nvs_flash time
|
|
)
|