Update config added cw fn

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent 14813fb4de
commit ea478a92d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.