refactor(printer): remove BLE backend and dependencies
This commit is contained in:
@@ -219,8 +219,7 @@ typedef struct {
|
||||
} printer_ota_version_t;
|
||||
|
||||
typedef enum {
|
||||
PRINTER_BACKEND_BLE = 0,
|
||||
PRINTER_BACKEND_DIRECT = 1,
|
||||
PRINTER_BACKEND_DIRECT = 0,
|
||||
} printer_backend_t;
|
||||
|
||||
typedef struct {
|
||||
@@ -257,14 +256,12 @@ typedef struct {
|
||||
printer_backend_t backend;
|
||||
bool connected;
|
||||
bool transport_ready;
|
||||
bool notify_ready;
|
||||
bool busy;
|
||||
bool has_paper;
|
||||
int8_t paper_gpio_level;
|
||||
uint8_t paper_present_level;
|
||||
uint8_t battery_percent;
|
||||
float temperature;
|
||||
uint16_t mtu;
|
||||
bool supports_gap_move;
|
||||
bool supports_label_offset;
|
||||
bool supports_ota;
|
||||
|
||||
Reference in New Issue
Block a user