mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
adding sx1280 "support"
There was unable to choose the right bandwith for 2.4 GHz as well as CR and SF. This modification fix this. Cheers!
This commit is contained in:
parent
4b33554afe
commit
fe6caba316
1 changed files with 4 additions and 0 deletions
|
|
@ -217,6 +217,8 @@ export default {
|
|||
125000, // 125 kHz
|
||||
250000, // 250 kHz
|
||||
500000, // 500 kHz
|
||||
1625000, // 1625000 kHz for 2.4 GHz Sx1280
|
||||
|
||||
],
|
||||
codingrates: [
|
||||
5, // 4:5
|
||||
|
|
@ -225,6 +227,8 @@ export default {
|
|||
8, // 4:8
|
||||
],
|
||||
spreadingfactors: [
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue