We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6438b0 commit a3c1215Copy full SHA for a3c1215
src/ANT.cpp
@@ -50,7 +50,7 @@
50
#define CLOSE_CHANNEL_LENGTH 0x01
51
#define BROADCAST_DATA_LENGTH 0x09
52
#define ACKNOWLEDGE_DATA_LENGTH 0x09
53
-#define REQUEST_MESSAGE_LENGTH 0x01
+#define REQUEST_MESSAGE_LENGTH 0x02
54
55
/**
56
* Channel Status BitField Defines
@@ -838,7 +838,7 @@ uint8_t CloseChannel::getData(uint8_t pos) {
838
839
/* Extended message format not currently supported */
840
RequestMessage::RequestMessage() : AntRequest(REQUEST_MESSAGE) {
841
-
+ _subId = 0;
842
}
843
844
void RequestMessage::setRequestedMessage(uint8_t msgId) {
0 commit comments