diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-30 12:31:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-30 12:31:23 +0200 |
commit | 03862852b128748358dcb39ce50600eef0ba1a71 (patch) | |
tree | d5052d02d7bb31a866d5829eb05cfaf9b35bfa59 /client/main.h | |
parent | 555e5d2c0ce77dd1e031690c98ec9a1366182347 (diff) |
use ncurses instead of poopy ui library
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; |