mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
Merge pull request #18 from WifiHero91/master
added sx1280 support to RNodeInterface configuration UI
This commit is contained in:
commit
b6f05b081d
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