Merge pull request #2 from synthead/use-126-r-M764-rev-764002-in-query-command

Make query command respond with "?126\r M764 rev 764002" for Ironman Triathlon compatibility
This commit is contained in:
Maxwell Pray
2022-09-14 01:54:37 -07:00
committed by GitHub
+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