mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
More voice scrambler menu options
This commit is contained in:
@ -303,7 +303,8 @@ void FUNCTION_Select(function_type_t Function)
|
||||
*/
|
||||
if (g_current_vfo->channel.scrambler > 0 && g_eeprom.config.setting.enable_scrambler)
|
||||
{
|
||||
BK4819_EnableScramble(g_current_vfo->channel.scrambler - 1);
|
||||
// BK4819_EnableScramble(g_current_vfo->channel.scrambler - 1);
|
||||
BK4819_EnableScramble(2600 + ((g_current_vfo->channel.scrambler - 1) * 100));
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user