Add step unit

This commit is contained in:
Armel FAUVEAU
2024-02-25 02:37:54 +01:00
parent ab606b7eea
commit 03bac0f0bf

View File

@@ -1063,7 +1063,7 @@ void UI_DisplayMain(void)
break;
default:
sprintf(String, "%d.%02u", vfoInfo->StepFrequency / 100, vfoInfo->StepFrequency % 100);
sprintf(String, "%d.%02uK", vfoInfo->StepFrequency / 100, vfoInfo->StepFrequency % 100);
shift = -10;
}
GUI_DisplaySmallest(s, 58, line == 0 ? 17 : 49, false, true);