Skip to content

Commit 78b9b80

Browse files
committed
TFT/OLED reorder packet rates for LR1121
1 parent 9bb96f6 commit 78b9b80

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/lib/SCREEN/display.cpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,19 @@ const char *rate_string[] = {
5454
#elif defined(RADIO_LR1121)
5555
static const char *rate_string[] = {
5656
// 900
57+
"K1000Full",
58+
"250Hz",
59+
"200Full",
5760
"200Hz",
5861
"100Full",
5962
"100Hz",
6063
"50Hz",
64+
"25Hz",
65+
"D50",
6166
// 2.4
67+
"K1000",
68+
"DK500",
69+
"DK250",
6270
"500Hz",
6371
"333Full",
6472
"250Hz",
@@ -67,13 +75,7 @@ static const char *rate_string[] = {
6775
"50Hz",
6876
// Dual
6977
"X150Hz",
70-
"X100Full",
71-
// 900
72-
"250Hz",
73-
"200Full",
74-
// K Modes
75-
"DK500",
76-
"K1000Full",
78+
"X100Full"
7779
};
7880
#else
7981
static const char *rate_string[] = {

0 commit comments

Comments
 (0)