feat(console): Console for runtime wifi configuration

This commit is contained in:
Abhik Roy
2023-12-07 20:26:47 +11:00
parent a6845f4cdd
commit 194d1179bf
14 changed files with 474 additions and 1 deletions

View File

@ -0,0 +1,4 @@
idf_component_register(SRCS "console_wifi.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_netif console esp_wifi
WHOLE_ARCHIVE)