summaryrefslogtreecommitdiff
path: root/client/main.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:03 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:03 +0200
commit59802547c336d61aa7e950414a3f44180e211974 (patch)
treecf7107b9085ce3c93e98ec874d25e04ad2362a4c /client/main.h
parent3b2c2cf6b2af9e76b343a5a8fc8e9245f240690d (diff)
client ping working
Diffstat (limited to 'client/main.h')
-rw-r--r--client/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/main.h b/client/main.h
index 7bb2173..f81e8ce 100644
--- a/client/main.h
+++ b/client/main.h
@@ -4,6 +4,7 @@
typedef struct {
unsigned int ping;
+ uint8_t ping_id;
w2_s_cmd_info_tx info;
w2_s_cmd_sens_tx io;
} w2_s_client_state;