From 0a3a6852c0d54ea49238de1fb35ad6a01989fced Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 29 Nov 2022 08:41:53 -0500 Subject: [PATCH] don't change order for BPSK --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index af1b55f6..7f330827 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -332,13 +332,13 @@ void loop() { bool config_done = false; mode = new_mode; // change modes if button pressed write_mode(); - +/* // if ((mode == BPSK) || ((new_mode == FSK) && (old_mode == CW))) { if (mode == BPSK) { config_telem(); // run this before cw only for BPSK mode config_done = true; } - +*/ if (new_mode != CW) transmit_callsign(callsign); sleep(0.5);