Implement WiFi networking

This commit is contained in:
2023-05-15 22:55:12 +01:00
parent 129e8188d2
commit 7d84b95ad5
7 changed files with 287 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
idf_component_register(
SRCS "wifi.c"
INCLUDE_DIRS "."
REQUIRES esp_event esp_system esp_wifi settings
)