diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-02 17:22:48 +0200 |
commit | 14779cb187dac9ed4a0b6e7645e76e78587ad024 (patch) | |
tree | ae523d0216d0d9dce7155296bbe915a6f8f22c22 /client/commands.h | |
parent | 052be3db6fbb855be63e95291a270ba707796739 (diff) |
ping working
Diffstat (limited to 'client/commands.h')
-rw-r--r-- | client/commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/commands.h b/client/commands.h index 5a12424..02ae313 100644 --- a/client/commands.h +++ b/client/commands.h @@ -4,6 +4,8 @@ #include "../shared/modes.h" #include "serial.h" +void w2_send_bin(w2_s_bin *data); + void w2_send_info(); void w2_send_ping(); void w2_send_mode(w2_e_mode mode); |