refactor(printer): remove BLE backend and dependencies

This commit is contained in:
admin
2026-02-28 22:35:08 +08:00
parent d6fae38d46
commit 9deeab738e
14 changed files with 115 additions and 1783 deletions

View File

@@ -81,11 +81,6 @@ config TQ_PRINTER_STOP_TIMEOUT_MS
range 1000 30000
default 8000
config TQ_PRINTER_DEFAULT_BACKEND
int "Printer default backend (0=BLE, 1=Direct)"
range 0 1
default 0
config TQ_DIRECT_PRINTER_ENABLE
bool "Enable direct thermal printer backend"
default y