mirror of
https://github.com/m5stack/ESP-Claw.git
synced 2026-05-20 11:51:49 -07:00
9 lines
128 B
CMake
9 lines
128 B
CMake
idf_component_register(
|
|
SRCS
|
|
"settings_store.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
REQUIRES
|
|
nvs_flash
|
|
)
|