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 f68a3ac commit 32f93d8Copy full SHA for 32f93d8
src/MainClasses/ANTPLUS_AntPlusRouter.cpp
@@ -154,7 +154,7 @@ void AntPlusRouter::onCapabilities(Capabilities& msg) {
154
}
155
156
void AntPlusRouter::onChannelEventResponse(ChannelEventResponse& msg) {
157
- if (msg.getMsgId() == ANTPLUS_CHANNELEVENT_MESSAGECODE) {
+ if (msg.getResponseMsgId() == ANTPLUS_CHANNELEVENT_MESSAGECODE) {
158
uint8_t channel = msg.getChannelNumber();
159
if (_profiles[channel]) {
160
_profiles[channel]->onChannelEventResponse(msg);
0 commit comments