Skip to content

Commit

Permalink
Add 1/3 coding-rate alias for LR-FHSS modulation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Sep 11, 2023
1 parent a33a723 commit 217e100
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 @@ -282,6 +282,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 217e100

Please sign in to comment.