Skip to content

Commit cfd7751

Browse files
committed
LP-585 Increase channel spacing for 256KBps
1 parent be794a0 commit cfd7751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flight/pios/common/pios_rfm22b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ static const uint8_t channel_spacing[] = {
346346
3, /* 100kbps */
347347
4, /* 128kbps */
348348
4, /* 192kbps */
349-
4, /* 256kbps */
349+
5, /* 256kbps */
350350
};
351351

352352
static const uint8_t channel_limits[] = {

0 commit comments

Comments
 (0)