Skip to content

Commit 43aa1a9

Browse files
committed
Use irec 2026 backplane frequency alloc hardcoded just to keep things simple
1 parent d9d1290 commit 43aa1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/f_core/radio/c_lora.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class CLora {
128128
const device* lora_dev;
129129
lora_modem_config config = {
130130
#ifdef CONFIG_LICENSED_FREQUENCY
131-
.frequency = 435'000'000,
131+
.frequency = 425'720'000,
132132
#else
133133
.frequency = 906'900'000,
134134
#endif

0 commit comments

Comments
 (0)