Make query command respond with "?126\r M764 rev 764002".

This commit is contained in:
Maxwell Pray
2022-09-14 01:48:25 -07:00
parent d9d478da3e
commit 7b5bae9bc2
+1 -1
View File
@@ -1,7 +1,7 @@
#define COMMAND_PING 'x'
#define COMMAND_QUERY '?'
#define COMMAND_TRANSMIT 'U'
#define COMMAND_QUERY_PAYLOAD "M764"
#define COMMAND_QUERY_PAYLOAD "?126\r M764 rev 764002"
#define DATA_MODE_TIMEOUT_MS 1000