0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00
This commit is contained in:
OneOfEleven
2023-09-24 09:00:34 +01:00
parent 81446c2f70
commit d3aff9d013
6 changed files with 69 additions and 31 deletions

View File

@ -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