From 5e5ca19f5b1275d8286c0bb7f962704cd739dc72 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 19 Mar 2026 00:05:23 -0400 Subject: [PATCH] Delete groundstation/pacsat-df.sh --- groundstation/pacsat-df.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 groundstation/pacsat-df.sh diff --git a/groundstation/pacsat-df.sh b/groundstation/pacsat-df.sh deleted file mode 100755 index 99ffc988..00000000 --- a/groundstation/pacsat-df.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -pwm=1 - -sudo modprobe snd-aloop - -#gpio -g mode 20 out - -#gpio -g write 20 1 - -#direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0 - -if [ "$pwm" = "1" ] ; then - - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-pwm.conf -t 0 - -else - - direwolf -r 48000 -c /home/pi/CubeSatSim/groundstation/direwolf/direwolf-fm-pacsat-jp14.conf -t 0 - -fi