fix(voice): stabilize single-round flow and sync web UI state

This commit is contained in:
admin
2026-02-26 14:33:02 +08:00
parent e6a6b69ced
commit dde759d0a4
10 changed files with 251 additions and 39 deletions

View File

@@ -203,6 +203,7 @@ typedef struct {
bool ws_connected;
bool started;
bool tap_active;
bool marker_image_gen_running;
voice_dialog_state_t dialog_state;
char task_id[40];
char dialog_id[40];