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 b9390d6 commit 0d7bd43Copy full SHA for 0d7bd43
src/mac/region/RegionIN865.c
@@ -725,9 +725,7 @@ uint8_t RegionIN865RxParamSetupReq( RxParamSetupReqParams_t* rxParamSetupReq )
725
}
726
727
// Verify datarate offset
728
- if( ( RegionCommonValueInRange( rxParamSetupReq->DrOffset, IN865_MIN_RX1_DR_OFFSET, IN865_MAX_RX1_DR_OFFSET ) == false ) ||
729
- // DR_6 is not supported by this region
730
- ( rxParamSetupReq->DrOffset == DR_6 ) )
+ if( RegionCommonValueInRange( rxParamSetupReq->DrOffset, IN865_MIN_RX1_DR_OFFSET, IN865_MAX_RX1_DR_OFFSET ) == false )
731
{
732
status &= 0xFB; // Rx1DrOffset range KO
733
0 commit comments