We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb96f6 commit 78b9b80Copy full SHA for 78b9b80
src/lib/SCREEN/display.cpp
@@ -54,11 +54,19 @@ const char *rate_string[] = {
54
#elif defined(RADIO_LR1121)
55
static const char *rate_string[] = {
56
// 900
57
+ "K1000Full",
58
+ "250Hz",
59
+ "200Full",
60
"200Hz",
61
"100Full",
62
"100Hz",
63
"50Hz",
64
+ "25Hz",
65
+ "D50",
66
// 2.4
67
+ "K1000",
68
+ "DK500",
69
+ "DK250",
70
"500Hz",
71
"333Full",
72
"250Hz",
@@ -67,13 +75,7 @@ static const char *rate_string[] = {
75
76
// Dual
77
"X150Hz",
- "X100Full",
- // 900
- "250Hz",
73
- "200Full",
74
- // K Modes
- "DK500",
- "K1000Full",
78
+ "X100Full"
79
};
80
#else
81
0 commit comments