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

Forgot there r 2 vfo's .. AM fix

This commit is contained in:
OneOfEleven
2023-09-24 20:59:28 +01:00
parent e266409efe
commit aa69a04310
6 changed files with 68 additions and 69 deletions

View File

@ -509,7 +509,7 @@ void UI_DisplayMain(void)
case FUNCTION_RECEIVE:
case FUNCTION_MONITOR:
case FUNCTION_INCOMING:
AM_fix_print_data(String);
AM_fix_print_data(gEeprom.RX_CHANNEL, String);
UI_PrintStringSmall(String, 0, 0, 3);
break;
}