change tune step size and fixed bug

This commit is contained in:
phdlee
2018-02-02 20:49:00 +09:00
parent 3d019cdd44
commit d229a10092
2 changed files with 21 additions and 5 deletions

View File

@@ -1211,7 +1211,7 @@ void menuSetupCwTone(int btn){
//save the setting
if (digitalRead(PTT) == LOW){
printLineF2(F("Sidetone set!"));
EEPROM.put(CW_SIDETONE, usbCarrier);
EEPROM.put(CW_SIDETONE, sideTone);
delay_background(2000, 0);
}
else