From 59802547c336d61aa7e950414a3f44180e211974 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 17:01:03 +0200 Subject: client ping working --- client/commands.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 client/commands.h (limited to 'client/commands.h') diff --git a/client/commands.h b/client/commands.h new file mode 100644 index 0000000..aa4b964 --- /dev/null +++ b/client/commands.h @@ -0,0 +1,8 @@ +#pragma once + +#include "serial.h" +#include "../shared/bin.h" + +w2_s_bin* w2_send_info(); +w2_s_bin* w2_send_ping(); + -- cgit v1.2.3