Update Screen.cpp
This commit is contained in:
@@ -1313,9 +1313,9 @@ void DebugInfo::drawFrameSettings(OLEDDisplay *display, OLEDDisplayUiState *stat
|
|||||||
auto mode = "";
|
auto mode = "";
|
||||||
|
|
||||||
if (channels.getPrimary().modem_config == 0) {
|
if (channels.getPrimary().modem_config == 0) {
|
||||||
mode = "ShSlow";
|
mode = "ShrtSlow";
|
||||||
} else if (channels.getPrimary().modem_config == 1) {
|
} else if (channels.getPrimary().modem_config == 1) {
|
||||||
mode = "ShFast";
|
mode = "ShrtFast";
|
||||||
} else if (channels.getPrimary().modem_config == 2) {
|
} else if (channels.getPrimary().modem_config == 2) {
|
||||||
mode = "LngFast";
|
mode = "LngFast";
|
||||||
} else if (channels.getPrimary().modem_config == 3) {
|
} else if (channels.getPrimary().modem_config == 3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user