Skip to content

Commit

Permalink
WIP: Change display message to lost wake race state for WOW "branding"
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiankielhofner committed Sep 16, 2023
1 parent e282351 commit 8dd390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ static void at_read(void *data)
recording = false;
stream_to_api = false;
if (lvgl_port_lock(lvgl_lock_timeout)) {
lv_label_set_text_static(lbl_ln3, multiwake_won ? "Thinking..." : "Lost wake race!");
lv_label_set_text_static(lbl_ln3, multiwake_won ? "Thinking..." : "WOW Active - Exiting");
lv_obj_add_flag(btn_cancel, LV_OBJ_FLAG_HIDDEN);
lvgl_port_unlock();
}
Expand Down

0 comments on commit 8dd390c

Please sign in to comment.