0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

Rename to help me better remember/understand

This commit is contained in:
OneOfEleven
2023-09-28 22:34:43 +01:00
parent f0ad919418
commit bf12719158
4 changed files with 10 additions and 10 deletions

View File

@ -182,7 +182,7 @@ static void processFKeyFunction(const KEY_Code_t Key, const bool beep)
{
gTxVfo->SCANLIST1_PARTICIPATION = gTxVfo->SCANLIST1_PARTICIPATION ? 0 : 1;
SETTINGS_UpdateChannel(gTxVfo->CHANNEL_SAVE, gTxVfo, true);
gVfoConfigureMode = VFO_CONFIGURE_1;
gVfoConfigureMode = VFO_CONFIGURE;
gFlagResetVfos = true;
}
#endif