Files
pi-dashboard/components/esp_wifi_bsp/CMakeLists.txt
2026-02-15 04:15:30 +09:00

6 lines
133 B
CMake

idf_component_register(
SRCS "esp_wifi_bsp.c"
REQUIRES esp_wifi
PRIV_REQUIRES esp_event nvs_flash
INCLUDE_DIRS "./")