Decode firmware update information

This commit is contained in:
2024-10-05 20:13:36 +02:00
parent aa262879f0
commit 80452e10de
2 changed files with 24 additions and 2 deletions

View File

@ -16,6 +16,7 @@ extern "C"
typedef struct sync_response
{
size_t len;
char *available_update;
bool relays[];
} sync_response;