From 1e3e350470a0d942158293c06e7e136fce25e543 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 19 Nov 2022 17:44:54 -0500 Subject: [PATCH] set mode to FSK after format --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 3b1c762c..d65c8eb0 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4054,7 +4054,7 @@ void serial_input() { Serial.println("Format flash memory"); LittleFS.format(); read_mode(); - new_mode = mode; + new_mode = FSK; read_config_file(); load_files(); break;