From ea478a92d1cee75aa4823828801c5bcd4760e3a9 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 15 Jul 2024 10:59:43 -0400 Subject: [PATCH] Update config added cw fn --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 42f76fe0..04d16ebc 100755 --- a/config +++ b/config @@ -140,7 +140,7 @@ function transmit_command_sstv { exit } -function transmit_command_bpsk { +function transmit_command_cw { FILE=/home/pi/CubeSatSim/transmit_dtmf if [ -f "$FILE" ]; then @@ -367,7 +367,7 @@ elif [ "$1" = "-m" ]; then if [ "$1" == "n" ]; then - transmit_command_cw + transmit_command else