Add Authenticated HTTPS Admin Foundation

This commit is contained in:
2026-08-23 17:37:49 +02:00
parent 0dcc0d20d4
commit 8b5417881c
15 changed files with 2233 additions and 89 deletions
+6
View File
@@ -4,6 +4,7 @@ idf_component_register(
"console_completion.c"
"network_console.c"
"system_console.c"
"secure_random.c"
"status_led.c"
"rs232_hw_test.c"
"rs232_port_owner.c"
@@ -14,6 +15,9 @@ idf_component_register(
"session_console.c"
"usb_cdc_transport.c"
"usb_console.c"
"web_security.c"
"web_server.c"
"web_console.c"
"wifi_config.c"
"wifi_manager.c"
"wifi_console.c"
@@ -24,6 +28,8 @@ idf_component_register(
esp_driver_gpio
esp_driver_uart
esp_event
esp_http_server
esp_https_server
esp_netif
esp_psram
esp_system