From 14888bb7d777f9f03e7509b1fe0025c45f4fd2fe Mon Sep 17 00:00:00 2001 From: phdlee Date: Mon, 5 Feb 2018 16:46:37 +0900 Subject: [PATCH] change channel name display code --- ubitx_20/ubitx_menu.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubitx_20/ubitx_menu.ino b/ubitx_20/ubitx_menu.ino index b16d584..08d9bb6 100644 --- a/ubitx_20/ubitx_menu.ino +++ b/ubitx_20/ubitx_menu.ino @@ -394,10 +394,12 @@ void menuCHMemory(int btn, byte isMemoryToVfo){ resultFreq = resultFreq & 0x1FFFFFFF; //display channel description - if (selectChannel < 10 && EEPROM.read(CHANNEL_DESC + 6 * selectChannel) == 0x33) { //0x33 is display Chnnel Name + if (selectChannel < 10 && EEPROM.read(CHANNEL_DESC + 6 * selectChannel) == 0x03) { //0x03 is display Chnnel Name //display Channel Name for (int i = 0; i < 5; i++) c[i] = EEPROM.read(CHANNEL_DESC + 6 * selectChannel + i + 1); + + c[5] = ':'; } else { //Display frequency