new client connection logic

- esp32 requests for image when ready to receive
- server serves initial image on request
This commit is contained in:
2026-02-16 21:56:28 +09:00
parent 5c16e6deb7
commit 5ae0c64ba9
4 changed files with 39 additions and 11 deletions

View File

@@ -200,6 +200,7 @@ static void sensor_task(void *arg)
if (img_updated && Lvgl_lock(100)) {
dashboard_ui_update_status_image(img);
Lvgl_unlock();
audio_client_ack_status_image();
}
/* Sensor + clock updates at ~1s cadence (skip if woken early) */