connect to wifi via sdkconfig

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 13:41:27 +02:00
parent 378b6ebc1d
commit 2c8b9465cd
6 changed files with 170 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(SRCS "connectivity.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
esp_event
esp_wifi)