From 129a2650c22915bc789b6bdbc9d360bd97059e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Sat, 28 Sep 2024 18:05:02 +0200 Subject: [+] WiFi with dpp on first setup + SNTP --- components/wifi/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 components/wifi/CMakeLists.txt (limited to 'components/wifi/CMakeLists.txt') diff --git a/components/wifi/CMakeLists.txt b/components/wifi/CMakeLists.txt new file mode 100644 index 0000000..97a03bb --- /dev/null +++ b/components/wifi/CMakeLists.txt @@ -0,0 +1,4 @@ +idf_component_register(SRCS "dpp_wifi.c" + INCLUDE_DIRS "." + PRIV_REQUIRES esp_system esp_wifi esp_event wpa_supplicant log nvs_flash) + \ No newline at end of file -- cgit v1.2.3