mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
lorawan: Fix error in uplink crc
This commit is contained in:
committed by
Ron Evans
parent
02d808a6fb
commit
d283abdb3a
@@ -119,7 +119,7 @@ func SendUplink(data []uint8, session *Session) error {
|
||||
|
||||
ApplyChannelConfig(regionSettings.UplinkChannel())
|
||||
ActiveRadio.SetCrc(true)
|
||||
ActiveRadio.SetIqMode(lora.IQInverted)
|
||||
ActiveRadio.SetIqMode(lora.IQStandard)
|
||||
ActiveRadio.Tx(payload, LORA_TX_TIMEOUT)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user