Update Screen.cpp

This commit is contained in:
Jm Casler 2021-12-11 19:39:31 -08:00
parent 1ed3195194
commit a1f97aea77

View File

@ -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) {