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

@@ -1,5 +1,5 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES console_wrapper display settings
REQUIRES console_wrapper display settings wifi
)