Skip to content

Commit

Permalink
[LoRaWAN] Added data rate check debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 28, 2024
1 parent a168f9b commit d208f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/LoRaWAN/LoRaWAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ bool LoRaWANNode::execMacCommand(LoRaWANMacCommand_t* cmd, bool saveToEeprom) {
this->dataRates[RADIOLIB_LORAWAN_CHANNEL_DIR_DOWNLINK] = drDown;
drAck = 1;
} else {
RADIOLIB_DEBUG_PRINTLN("ADR failed to configure dataRate = %d!", drUp);
RADIOLIB_DEBUG_PRINTLN("ADR failed to configure dataRate %d, code %d!", drUp, state);
}

}
Expand Down

0 comments on commit d208f46

Please sign in to comment.