Add Network Tools And Nested Command Completion

This commit is contained in:
2026-08-23 15:47:28 +02:00
parent c5f3595173
commit f9d3e9ece5
12 changed files with 1141 additions and 94 deletions
+3
View File
@@ -1,6 +1,8 @@
idf_component_register(
SRCS
"main.c"
"console_completion.c"
"network_console.c"
"status_led.c"
"rs232_hw_test.c"
"rs232_port_owner.c"
@@ -28,6 +30,7 @@ idf_component_register(
esp_wifi
freertos
led_strip
lwip
mbedtls
nvs_flash
)