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

Modulation mode update

This commit is contained in:
OneOfEleven
2023-10-30 02:10:36 +00:00
parent 5e0590355f
commit 4040d047fd
7 changed files with 16 additions and 7 deletions

View File

@ -846,8 +846,7 @@ void UI_DisplayMain(void)
default:
case 0: strcpy(str, "FM"); break;
case 1: strcpy(str, "AM"); break;
case 2: strcpy(str, "LS"); break;
case 3: strcpy(str, "US"); break;
case 2: strcpy(str, "DS"); break;
}
}
else