write mode after format

pico-format
alanbjohnston 3 years ago committed by GitHub
parent 1e3e350470
commit 8d4577d25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4053,8 +4053,9 @@ void serial_input() {
case 'F':
Serial.println("Format flash memory");
LittleFS.format();
read_mode();
new_mode = FSK;
mode = FSK;
new_mode = mode;
write_mode();
read_config_file();
load_files();
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.