set mode to FSK after format

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

@ -4054,7 +4054,7 @@ void serial_input() {
Serial.println("Format flash memory"); Serial.println("Format flash memory");
LittleFS.format(); LittleFS.format();
read_mode(); read_mode();
new_mode = mode; new_mode = FSK;
read_config_file(); read_config_file();
load_files(); load_files();
break; break;

Loading…
Cancel
Save

Powered by TurnKey Linux.