0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-28 22:31:25 +03:00

Fixed maintain channel name when updating chan

This commit is contained in:
OneOfEleven 2023-09-11 12:34:44 +01:00
parent f975796191
commit d65a39da56
4 changed files with 1 additions and 1 deletions

BIN
firmware

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -256,7 +256,7 @@ void SETTINGS_UpdateChannel(uint8_t Channel, const VFO_Info_t *pVFO, bool bUpdat
gMR_ChannelAttributes[Channel] = Attributes;
#ifdef KEEP_MEM_NAME
#ifndef KEEP_MEM_NAME
if (IS_MR_CHANNEL(Channel))
{ // clear/reset the channel name
const uint16_t OffsetMR = Channel * 16;