Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 91ecbf0

Browse files
Dual TachyonDual Tachyon
authored andcommitted
Use 0 for channel name to fix CPS display.
1 parent b3eca7c commit 91ecbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ void SETTINGS_SaveChannel(uint8_t Channel, uint8_t VFO, const VFO_Info_t *pVFO,
230230
SETTINGS_UpdateChannel(Channel, pVFO, true);
231231

232232
if (IS_MR_CHANNEL(Channel)) {
233-
memset(&State32, 0xFF, sizeof(State32));
233+
memset(&State32, 0x00, sizeof(State32));
234234
EEPROM_WriteBuffer(OffsetMR + 0x0F50, State32);
235235
EEPROM_WriteBuffer(OffsetMR + 0x0F58, State32);
236236
}

0 commit comments

Comments
 (0)