Skip to content

Commit a33a723

Browse files
committed
Add 1/3 coding-rate alias.
1 parent b5e6125 commit a33a723

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
@@ -225,6 +225,8 @@ func getUplinkFrame(gatewayID lorawan.EUI64, stat *Stat, rxpk RXPK, FakeRxInfoTi
225225
cr = gw.CodeRate_CR_4_8
226226
case "3/8":
227227
cr = gw.CodeRate_CR_3_8
228+
case "1/3":
229+
cr = gw.CodeRate_CR_2_6
228230
case "2/6":
229231
cr = gw.CodeRate_CR_2_6
230232
case "1/4":

0 commit comments

Comments
 (0)