Add Factory Recovery function

This commit is contained in:
phdlee
2018-05-07 13:56:46 +09:00
parent 1d28f3e7e9
commit 70fc6aeba8
4 changed files with 55 additions and 7 deletions

View File

@@ -1106,7 +1106,6 @@ void menuSetupKeyType(int btn){
}
*/
printLineF2(F("CW Key Type set!"));
cwKeyType = selectedKeyType;
EEPROM.put(CW_KEY_TYPE, cwKeyType);
@@ -1127,7 +1126,7 @@ void menuSetupKeyType(int btn){
}
//=====================================================
//END OF STANDARD Tune Setup for reduce Program Memory
//END OF STANDARD Set by Knob for reduce Program Memory
//=====================================================