0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00
This commit is contained in:
OneOfEleven
2023-11-09 05:59:50 +00:00
parent 5c17a33e3c
commit b704e7efa3
18 changed files with 164 additions and 120 deletions

View File

@ -83,7 +83,8 @@ void BOOT_ProcessMode(boot_mode_t Mode)
g_rx_vfo->channel.channel_bandwidth = BANDWIDTH_WIDE;
g_rx_vfo->channel.tx_power = OUTPUT_POWER_LOW;
RADIO_ConfigureSquelchAndOutputPower(g_rx_vfo);
RADIO_ConfigureSquelch(g_rx_vfo);
RADIO_ConfigureTXPower(g_rx_vfo);
g_current_vfo = g_rx_vfo;