Files
cits-sniffer/main/CMakeLists.txt
T

7 lines
150 B
CMake

idf_component_register(
SRCS "app_main.c"
INCLUDE_DIRS "."
REQUIRES esp_wifi esp_timer nvs_flash fatfs
PRIV_REQUIRES wear_levelling
)