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:
WifiHero91 2024-10-15 20:24:52 +02:00 committed by GitHub
commit fe6caba316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,