diff options
Diffstat (limited to 'client/main.h')
-rw-r--r-- | client/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h index 693db91..e581b3c 100644 --- a/client/main.h +++ b/client/main.h @@ -10,6 +10,8 @@ typedef struct { bool connected; uint8_t battery_level; + uint8_t mode; + w2_s_cmd_info_tx info; w2_s_cmd_sens_tx io; } w2_s_client_state; |