0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

M fix revert - for now

This commit is contained in:
OneOfEleven
2023-09-23 17:23:21 +01:00
parent 6fbcbef960
commit 9626dbb40e
12 changed files with 300 additions and 166 deletions

View File

@ -504,12 +504,8 @@ void UI_DisplayMain(void)
case FUNCTION_RECEIVE:
case FUNCTION_MONITOR:
case FUNCTION_INCOMING:
// if (gScanState == SCAN_OFF && gScreenToDisplay != DISPLAY_SCANNER)
// if (gScreenToDisplay != DISPLAY_SCANNER)
{
AM_fix_print_data(String);
UI_PrintStringSmall(String, 2, 0, 3);
}
AM_fix_print_data(String);
UI_PrintStringSmall(String, 0, 0, 3);
break;
}
}