Files
esp32-hacking/get-started/csi_recv_router/main/CMakeLists.txt
user fa589b0238 fix: Revert explicit REQUIRES mbedtls, move flood globals before NVS load
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.
2026-02-04 21:11:24 +01:00

3 lines
77 B
CMake

idf_component_register(SRC_DIRS "."
INCLUDE_DIRS ".")