mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Tidy ups
This commit is contained in:
@ -434,7 +434,7 @@ void UI_DisplayMenu(void)
|
||||
|
||||
#ifdef ENABLE_AM_FIX
|
||||
case MENU_AM_FIX:
|
||||
strcpy(String, (gSubMenuSelection == 0) ? "OFF" : "FIXED");
|
||||
strcpy(String, (gSubMenuSelection == 0) ? "OFF" : "YES'ish");
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user