Add native Wi-Fi management and persistence

This commit is contained in:
2026-08-23 14:57:53 +02:00
parent aa5fa207b6
commit c5f3595173
11 changed files with 2869 additions and 2 deletions
+8
View File
@@ -11,15 +11,23 @@ idf_component_register(
"session_console.c"
"usb_cdc_transport.c"
"usb_console.c"
"wifi_config.c"
"wifi_manager.c"
"wifi_console.c"
INCLUDE_DIRS "."
REQUIRES
bootloader_support
console
esp_driver_gpio
esp_driver_uart
esp_event
esp_netif
esp_psram
esp_timer
esp_tinyusb
esp_wifi
freertos
led_strip
mbedtls
nvs_flash
)