This commit is contained in:
17
ui/main.c
17
ui/main.c
@@ -434,7 +434,7 @@ void UI_DisplayMain(void) {
|
||||
UI_DisplayClear();
|
||||
|
||||
if (gLowBattery && !gLowBatteryConfirmed) {
|
||||
UI_DisplayPopup("LOW BATT");
|
||||
UI_DisplayPopup("LOW BAT");
|
||||
ST7565_BlitFullScreen();
|
||||
return;
|
||||
}
|
||||
@@ -549,21 +549,6 @@ void UI_DisplayMain(void) {
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
if (gEnteringSMS == SMS_ENTERING_DEST) {
|
||||
UI_PrintString("SMS Dst", 0, 0, line - 1 /*, 8 */);
|
||||
sprintf(String, "%ld", dataPacket.dest);
|
||||
UI_PrintStringSmallNormal(String, 0, 0, line);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (gEnteringSMS == SMS_ENTERING_MESSAGE) {
|
||||
UI_PrintString("SMS Dat", 0, 0, line - 1 /*, 8 */);
|
||||
sprintf(String, "%s", dataPacket.data);
|
||||
UI_PrintStringSmallNormal(String, 0, 0, line);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (gDTMF_InputMode
|
||||
#ifdef ENABLE_DTMF_CALLING
|
||||
|| gDTMF_CallState != DTMF_CALL_STATE_NONE || gDTMF_IsTx
|
||||
|
Reference in New Issue
Block a user