Skip to content

Commit

Permalink
loramac: fix broken join1 interval
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkucera committed Dec 3, 2022
1 parent f605ed1 commit d63b93e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/lora/node/src/mac/LoRaMac.c
Expand Up @@ -1354,7 +1354,6 @@ lora_mac_process_radio_rx_timeout(struct os_event *ev)
g_lora_mac_data.rx_slot, 0);

if (LoRaMacDeviceClass != CLASS_C) {
Radio.Sleep( );
if (g_lora_mac_data.rx_slot == RX_SLOT_WIN_2) {
/* Let the ACK retry timer handle confirmed transmissions */
if (!LM_F_NODE_ACK_REQ()) {
Expand Down

0 comments on commit d63b93e

Please sign in to comment.