Update config add sim_mode_auto to config

master-psag-fm-only-fsk
Alan Johnston 2 weeks ago committed by GitHub
parent bc9b0532c1
commit c3cb2373c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -171,11 +171,14 @@ if [ "$1" = "" ]; then
set -- $value
if [ "$5" = "y" ] || [ "$5" = "yes" ] ; then
# sim="yes"
echo "Simulated Telemetry is ON"
else
# sim="no"
echo "Simulated Telemetry is OFF"
FILE=/home/pi/CubeSatSim/sim_mode_auto
if [ -f "$FILE" ]; then
echo "Simulated Telemetry is automatically turned ON"
else
echo "Simulated Telemetry is OFF"
fi
fi
# echo

Loading…
Cancel
Save

Powered by TurnKey Linux.