fixed mode change

This commit is contained in:
phdlee 2018-05-22 11:37:10 +09:00
parent 65d21aba77
commit 83dc1de18e
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
// So I put + in the sense that it was improved one by one based on Original Firmware.
// This firmware has been gradually changed based on the original firmware created by Farhan, Jack, Jerry and others.
#define FIRMWARE_VERSION_INFO F("+v1.075")
#define FIRMWARE_VERSION_INFO F("+v1.080")
#define FIRMWARE_VERSION_NUM 0x03 //1st Complete Project : 1 (Version 1.061), 2st Project : 2
/**

View File

@ -271,8 +271,10 @@ void menuCHMemory(int btn, byte isMemoryToVfo){
if (isMemoryToVfo == 1)
{
if (resultFreq > 3000 && resultFreq < 60000000)
setFrequency(resultFreq);
byteToMode(loadMode, 1);
{
byteToMode(loadMode, 1);
setFrequency(resultFreq);
}
}
else
{