Skip to content

Commit

Permalink
Add 1/3 coding-rate alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Sep 11, 2023
1 parent b5e6125 commit a33a723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/backend/semtechudp/packets/push_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ func getUplinkFrame(gatewayID lorawan.EUI64, stat *Stat, rxpk RXPK, FakeRxInfoTi
cr = gw.CodeRate_CR_4_8
case "3/8":
cr = gw.CodeRate_CR_3_8
case "1/3":
cr = gw.CodeRate_CR_2_6
case "2/6":
cr = gw.CodeRate_CR_2_6
case "1/4":
Expand Down

0 comments on commit a33a723

Please sign in to comment.