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

@@ -2,7 +2,6 @@ idf_component_register(
SRCS
"src/platform_bootstrap.c"
"src/wifi_manager.c"
"src/ble_printer_client.c"
"src/direct_thermal_printer.c"
"src/display_st7789.c"
"src/display_lcd_module.c"
@@ -16,8 +15,6 @@ idf_component_register(
PRIV_INCLUDE_DIRS
"internal"
REQUIRES
bt
esp_coex
esp_wifi
esp_netif
esp_event