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

@@ -51,6 +51,13 @@ const lv_img_dsc_t *audio_client_get_status_image(bool *updated);
*/
void audio_client_ack_status_image(void);
/**
* Send any pending image request to the server.
* Call from a task context (not from an event handler).
* @return true if a request was sent, false if none pending or send failed.
*/
bool audio_client_send_pending_request(void);
#ifdef __cplusplus
}
#endif