mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
User TX low power setting update
This commit is contained in:
parent
ecfc99c81c
commit
a49af16dda
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
2
radio.c
2
radio.c
@ -631,7 +631,7 @@ void RADIO_ConfigureTXPower(vfo_info_t *p_vfo)
|
||||
#endif
|
||||
|
||||
if (p_vfo->channel.tx_power == OUTPUT_POWER_USER)
|
||||
p_vfo->txp_reg_value = 8 + (p_vfo->channel.tx_power_user * 2);
|
||||
p_vfo->txp_reg_value = 8 + (p_vfo->channel.tx_power_user * 1);
|
||||
else
|
||||
p_vfo->txp_reg_value = FREQUENCY_CalculateOutputPower(tx_power[0], tx_power[1], tx_power[2], p_vfo->p_tx->frequency);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user