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 72f27ce commit 9c3c88cCopy full SHA for 9c3c88c
connectivity/lorawan/lorastack/mac/LoRaMac.cpp
@@ -1137,6 +1137,9 @@ lorawan_status_t LoRaMac::schedule_tx()
1137
if (backoff_time != 0) {
1138
tr_debug("DC enforced: Transmitting in %lu ms", backoff_time);
1139
_can_cancel_tx = true;
1140
+ if (_device_class != CLASS_C) {
1141
+ _lora_phy->put_radio_to_sleep();
1142
+ }
1143
_lora_time.start(_params.timers.backoff_timer, backoff_time);
1144
}
1145
return LORAWAN_STATUS_OK;
0 commit comments