0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

Adding compander

This commit is contained in:
OneOfEleven
2023-09-15 10:57:26 +01:00
parent 2fe8cd3757
commit cc36482580
16 changed files with 113 additions and 32 deletions

View File

@ -190,7 +190,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
OffsetVFO += (Channel - FREQ_CHANNEL_FIRST) * 32;
}
if (Mode == 2 || !IS_MR_CHANNEL(Channel))
if (Mode >= 2 || !IS_MR_CHANNEL(Channel))
{
uint32_t State32[2];
uint8_t State8[8];