feat(printer): add direct thermal backend and debug controls
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
typedef struct {
|
||||
bool used;
|
||||
bool cancel_requested;
|
||||
bool direct_ignore_precheck;
|
||||
uint32_t id;
|
||||
print_job_state_t state;
|
||||
uint8_t progress;
|
||||
@@ -60,6 +61,8 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
bool has_paper;
|
||||
int8_t paper_gpio_level;
|
||||
uint8_t paper_present_level;
|
||||
uint8_t battery;
|
||||
float temperature;
|
||||
int64_t updated_ms;
|
||||
|
||||
Reference in New Issue
Block a user