Files
tide-display/ePaper-ESP-IDF/components/connectivity/CMakeLists.txt
Peter Siegmund 2c8b9465cd connect to wifi via sdkconfig
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-07 13:41:27 +02:00

6 lines
191 B
CMake

idf_component_register(SRCS "connectivity.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
esp_event
esp_wifi)