The main component in ESP-IDF auto-includes all components; explicit REQUIRES overrides this and breaks the build. mbedtls is available without it. Also moved flood detection globals above config_load_nvs to fix undeclared identifier errors.
3 lines
77 B
CMake
3 lines
77 B
CMake
idf_component_register(SRC_DIRS "."
|
|
INCLUDE_DIRS ".")
|