From fe6caba316b7692822d118b00603e4110c0b666e Mon Sep 17 00:00:00 2001 From: WifiHero91 <68704600+WifiHero91@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:24:52 +0200 Subject: [PATCH] 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! --- src/frontend/components/interfaces/AddInterfacePage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/frontend/components/interfaces/AddInterfacePage.vue b/src/frontend/components/interfaces/AddInterfacePage.vue index d2f62cd..f344b7b 100644 --- a/src/frontend/components/interfaces/AddInterfacePage.vue +++ b/src/frontend/components/interfaces/AddInterfacePage.vue @@ -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,