aboutsummaryrefslogtreecommitdiff
path: root/client/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.h')
-rw-r--r--client/main.h5
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;