feat(printer): add direct thermal backend and debug controls

This commit is contained in:
admin
2026-02-26 17:48:28 +08:00
parent e7aa0e75bf
commit 2b6bcc83dc
17 changed files with 1866 additions and 86 deletions

View File

@@ -3,6 +3,7 @@ idf_component_register(
"src/platform_bootstrap.c"
"src/wifi_manager.c"
"src/ble_printer_client.c"
"src/direct_thermal_printer.c"
"src/display_st7789.c"
"src/voice_audio.c"
"src/runtime_policy.c"
@@ -19,6 +20,7 @@ idf_component_register(
esp_event
nvs_flash
mbedtls
esp_adc
esp_lcd
esp_codec_dev
esp_audio_codec