process order fix

This commit is contained in:
2026-02-16 22:00:23 +09:00
parent 5ae0c64ba9
commit 3b4d61c56d
3 changed files with 28 additions and 1 deletions

View File

@@ -194,6 +194,9 @@ static void sensor_task(void *arg)
*/
ulTaskNotifyTake(pdTRUE, pdMS_TO_TICKS(1000));
/* Send deferred image request if connect just happened */
audio_client_send_pending_request();
/* Check for status image updates immediately */
bool img_updated = false;
const lv_img_dsc_t *img = audio_client_get_status_image(&img_updated);