Skip to content

Commit 15fa96b

Browse files
committed
Issue #614 - Add MOTE_MAC_TX_PARAM_SETUP_ANS as sticky MAC command
1 parent c82a8a7 commit 15fa96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mac/LoRaMacCommands.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ static bool IsSticky( uint8_t cid )
281281
case MOTE_MAC_DL_CHANNEL_ANS:
282282
case MOTE_MAC_RX_PARAM_SETUP_ANS:
283283
case MOTE_MAC_RX_TIMING_SETUP_ANS:
284+
case MOTE_MAC_TX_PARAM_SETUP_ANS:
284285
return true;
285286
default:
286287
return false;

0 commit comments

Comments
 (0)