Use "M764" as HANDSHAKE_PAYLOAD.

This commit is contained in:
Maxwell Pray
2022-09-01 12:54:59 -07:00
parent 723e435cfe
commit b207077137
+1 -1
View File
@@ -5,7 +5,7 @@
#define HANDSHAKE_STOP 'U' #define HANDSHAKE_STOP 'U'
#define HANDSHAKE_START '?' #define HANDSHAKE_START '?'
#define HANDSHAKE_PAYLOAD "126\r M764 rev 764002" #define HANDSHAKE_PAYLOAD "M764"
#define PING_EXPIRE_MS 1000 #define PING_EXPIRE_MS 1000