modified CW Key Logic for AutoKey and reduce cpu use rate, reduce program memory

This commit is contained in:
phdlee
2018-02-10 15:07:56 +09:00
parent ed767f2e34
commit 81333e7af4
3 changed files with 9 additions and 26 deletions

View File

@@ -1345,7 +1345,7 @@ void doMenu(){
//ADJUST TUNE STEP
if (btnDownTimeCount > PRESS_ADJUST_TUNE)
{
printLineF1(F("Press to set step"));
printLineF1(F("Press to set"));
isNeedDisplay = 1; //check to need display for display current value
while (!btnDown())
@@ -1382,7 +1382,7 @@ void doMenu(){
}
} //end of while
printLineF2(F("Changed Step!"));
//printLineF2(F("Changed Step!")); //remarked for reduce program memory by KD8CEC
//SAVE EEPROM
EEPROM.put(TUNING_STEP, tuneStepIndex);
delay_background(500, 0);