feat(voice): improve on-screen dialog text and wifi provisioning hints
This commit is contained in:
@@ -115,6 +115,10 @@ esp_err_t screen_preview_show_png(const uint8_t *png,
|
||||
uint32_t timeout_ms,
|
||||
char *err,
|
||||
size_t err_len);
|
||||
esp_err_t screen_preview_show_text(const char *text,
|
||||
uint32_t timeout_ms,
|
||||
char *err,
|
||||
size_t err_len);
|
||||
|
||||
// ---------- printer_protocol ----------
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user