Files
chargeflow/components/config/CMakeLists.txt
2025-06-06 21:17:25 +01:00

6 lines
142 B
CMake
Executable File

set(srcs
"board_config.c")
idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES nvs_flash
INCLUDE_DIRS "include")