mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-03 05:53:24 +00:00
Update Screen.cpp (#1274)
This commit is contained in:
parent
ea99f96014
commit
bcac20490e
@ -1367,13 +1367,15 @@ void DebugInfo::drawFrameSettings(OLEDDisplay *display, OLEDDisplayUiState *stat
|
|||||||
} else if (channels.getPrimary().modem_config == 1) {
|
} else if (channels.getPrimary().modem_config == 1) {
|
||||||
mode = "ShrtFast";
|
mode = "ShrtFast";
|
||||||
} else if (channels.getPrimary().modem_config == 2) {
|
} else if (channels.getPrimary().modem_config == 2) {
|
||||||
mode = "LngFast";
|
|
||||||
} else if (channels.getPrimary().modem_config == 3) {
|
|
||||||
mode = "LngSlow";
|
|
||||||
} else if (channels.getPrimary().modem_config == 4) {
|
|
||||||
mode = "MedSlow";
|
mode = "MedSlow";
|
||||||
} else if (channels.getPrimary().modem_config == 5) {
|
} else if (channels.getPrimary().modem_config == 3) {
|
||||||
mode = "MedFast";
|
mode = "MedFast";
|
||||||
|
} else if (channels.getPrimary().modem_config == 4) {
|
||||||
|
mode = "LngFast";
|
||||||
|
} else if (channels.getPrimary().modem_config == 5) {
|
||||||
|
mode = "LngSlow";
|
||||||
|
} else if (channels.getPrimary().modem_config == 6) {
|
||||||
|
mode = "VngSlow";
|
||||||
} else {
|
} else {
|
||||||
mode = "Custom";
|
mode = "Custom";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user