feat(console): Console for runtime network interface configuration and monitoring

This commit is contained in:
Abhik Roy
2023-07-29 00:08:33 +10:00
parent 9c555b90d4
commit 8bab1420d3
16 changed files with 1082 additions and 3 deletions

View File

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