diff options
| -rw-r--r-- | embassy-lora/src/sx126x/mod.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embassy-lora/src/sx126x/mod.rs b/embassy-lora/src/sx126x/mod.rs index ed8cb4059..b14d422a7 100644 --- a/embassy-lora/src/sx126x/mod.rs +++ b/embassy-lora/src/sx126x/mod.rs | |||
| @@ -87,7 +87,7 @@ where | |||
| 87 | config.rf.spreading_factor.into(), | 87 | config.rf.spreading_factor.into(), |
| 88 | config.rf.bandwidth.into(), | 88 | config.rf.bandwidth.into(), |
| 89 | config.rf.coding_rate.into(), | 89 | config.rf.coding_rate.into(), |
| 90 | 4, | 90 | 8, |
| 91 | false, | 91 | false, |
| 92 | true, | 92 | true, |
| 93 | false, | 93 | false, |
| @@ -119,14 +119,14 @@ where | |||
| 119 | config.spreading_factor.into(), | 119 | config.spreading_factor.into(), |
| 120 | config.bandwidth.into(), | 120 | config.bandwidth.into(), |
| 121 | config.coding_rate.into(), | 121 | config.coding_rate.into(), |
| 122 | 4, | 122 | 8, |
| 123 | 4, | 123 | 4, |
| 124 | false, | 124 | false, |
| 125 | 0u8, | 125 | 0u8, |
| 126 | true, | 126 | true, |
| 127 | false, | 127 | false, |
| 128 | 0, | 128 | 0, |
| 129 | false, | 129 | true, |
| 130 | true, | 130 | true, |
| 131 | ) | 131 | ) |
| 132 | .await?; | 132 | .await?; |
