Skip to content

Commit a2057f0

Browse files
committed
Issue #808 - Added missing call to RadioStandby in LoRa modem case inside RadioSetRxConfig API
1 parent 6b917a5 commit a2057f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/radio/sx126x/radio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ void RadioSetRxConfig( RadioModems_t modem, uint32_t bandwidth,
710710
SX126x.PacketParams.Params.LoRa.CrcMode = ( RadioLoRaCrcModes_t )crcOn;
711711
SX126x.PacketParams.Params.LoRa.InvertIQ = ( RadioLoRaIQModes_t )iqInverted;
712712

713+
RadioStandby( );
713714
RadioSetModem( ( SX126x.ModulationParams.PacketType == PACKET_TYPE_GFSK ) ? MODEM_FSK : MODEM_LORA );
714715
SX126xSetModulationParams( &SX126x.ModulationParams );
715716
SX126xSetPacketParams( &SX126x.PacketParams );

0 commit comments

Comments
 (0)