feat(ux): improve wifi, voice, and print feedback flows
This commit is contained in:
@@ -67,6 +67,7 @@ extern bool s_protocol_stopping;
|
||||
int printer_protocol_find_job_idx_locked(uint32_t id);
|
||||
int printer_protocol_alloc_job_slot_locked(void);
|
||||
bool printer_protocol_is_terminal_state(print_job_state_t state);
|
||||
void printer_protocol_emit_job_event(printer_job_event_type_t event_type, const job_slot_t *job);
|
||||
|
||||
void printer_protocol_worker_task(void *arg);
|
||||
bool printer_protocol_is_stopping(void);
|
||||
|
||||
Reference in New Issue
Block a user