Skip to content

Commit 217e100

Browse files
committed
Add 1/3 coding-rate alias for LR-FHSS modulation.
1 parent a33a723 commit 217e100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/backend/semtechudp/packets/push_data.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ func getUplinkFrame(gatewayID lorawan.EUI64, stat *Stat, rxpk RXPK, FakeRxInfoTi
282282
cr = gw.CodeRate_CR_4_8
283283
case "3/8":
284284
cr = gw.CodeRate_CR_3_8
285+
case "1/3":
286+
cr = gw.CodeRate_CR_2_6
285287
case "2/6":
286288
cr = gw.CodeRate_CR_2_6
287289
case "1/4":

0 commit comments

Comments
 (0)