diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 22:34:19 +0200 |
commit | 87d8b0ceb349e101b693cf43336a98647f4b92dc (patch) | |
tree | 6089767f348807710d59c326e6e062b904e85668 /client/main.h | |
parent | 2c591a5e97ad9f354844d3d2b04a4190f9c6fc1f (diff) |
garbage ui functions + janky status bar
Diffstat (limited to 'client/main.h')
-rw-r--r-- | client/main.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h index 462da73..693db91 100644 --- a/client/main.h +++ b/client/main.h @@ -5,6 +5,11 @@ typedef struct { unsigned int ping; uint8_t ping_id; + bool ping_received; + + bool connected; + uint8_t battery_level; + w2_s_cmd_info_tx info; w2_s_cmd_sens_tx io; } w2_s_client_state; |