2024-01-17 21:02:08 +01:00

6 lines
119 B
CMake

idf_component_register(
SRC_DIRS "src"
INCLUDE_DIRS "src"
REQUIRES mlib mbedtls esp_hw_support nvs_flash
)