mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
fix missing display details
This commit is contained in:
@ -76,11 +76,11 @@ static void ACTION_FlashLight(void)
|
||||
|
||||
void ACTION_Power(void)
|
||||
{
|
||||
if (++g_tx_vfo->output_power > OUTPUT_POWER_HIGH)
|
||||
g_tx_vfo->output_power = OUTPUT_POWER_LOW;
|
||||
if (++g_tx_vfo->channel.tx_power > OUTPUT_POWER_HIGH)
|
||||
g_tx_vfo->channel.tx_power = OUTPUT_POWER_LOW;
|
||||
|
||||
#if defined(ENABLE_UART) && defined(ENABLE_UART_DEBUG)
|
||||
// UART_printf("act_pwr %u\r\n", g_tx_vfo->output_power);
|
||||
// UART_printf("act_pwr %u\r\n", g_tx_vfo->channel.tx_power);
|
||||
#endif
|
||||
|
||||
g_request_save_channel = 1;
|
||||
|
Reference in New Issue
Block a user