Fix Power High action for RescueOps mode

This commit is contained in:
Armel FAUVEAU
2024-11-22 04:47:01 +01:00
parent dba1db3ea6
commit 91c95142c7
3 changed files with 12 additions and 20 deletions

View File

@@ -436,14 +436,6 @@ void RADIO_ConfigureChannel(const unsigned int VFO, const unsigned int configure
pVfo->Compander = att.compander;
RADIO_ConfigureSquelchAndOutputPower(pVfo);
#ifdef ENABLE_FEAT_F4HWN_RESCUE_OPS
if(gEeprom.MENU_LOCK && gResetPower) // RO is active
{
gInitialPower = pVfo->OUTPUT_POWER;
gResetPower = false;
}
#endif
}
void RADIO_ConfigureSquelchAndOutputPower(VFO_Info_t *pInfo)