diff --git a/groundstation/fox-profile.sh b/groundstation/fox-profile.sh new file mode 100755 index 00000000..36ac8aa2 --- /dev/null +++ b/groundstation/fox-profile.sh @@ -0,0 +1,12 @@ +#!/bin/bash +# script to change FoxTelem default profile + +echo "Script to change your default FoxTelem profile for FIAB v3" + +echo + +sudo rm /home/pi/FoxTelemetryData/.foxprofile + +/home/pi/CubeSatSim/groundstaton/fox-startup.sh + +$SHELL