add F format option

pico-format
alanbjohnston 3 years ago committed by GitHub
parent ad63e01ade
commit 4072f1b9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4050,8 +4050,15 @@ void serial_input() {
new_mode = CW;
break;
case 'f':
case 'F':
Serial.println("Format flash memory");
LittleFS.format();
read_mode();
new_mode = mode;
read_config_files();
load_files();
break;
case 'f':
Serial.println("Change to FSK mode");
new_mode = FSK;
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.