Add OLED and button diagnostics

This commit is contained in:
2026-08-29 14:13:34 +02:00
parent bb04e0ba79
commit ec9ca5e6d2
13 changed files with 1117 additions and 28 deletions
+2
View File
@@ -6,6 +6,7 @@ idf_component_register(
"system_console.c"
"secure_random.c"
"status_led.c"
"local_ui_hw_test.c"
"rs232_hw_test.c"
"rs232_port_owner.c"
"serial_config.c"
@@ -32,6 +33,7 @@ idf_component_register(
bootloader_support
console
esp_driver_gpio
esp_driver_i2c
esp_driver_uart
esp_event
esp_http_server