From afccc69a1b41e0b551df3c32ec89d5386f73cca5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 18 Feb 2024 14:46:31 -0500 Subject: [PATCH] Update config added reading command_control setting --- config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config b/config index 491f9565..161064d8 100755 --- a/config +++ b/config @@ -60,6 +60,13 @@ if [ "$1" = "" ]; then echo $6 echo + FILE=/home/pi/CubeSatSim/command_control + if [ -f "$FILE" ]; then + echo "Radio command and control is ON" + else + echo "Radio command and control is OFF" + fi + FILE=/home/pi/CubeSatSim/battery_saver if [ -f "$FILE" ]; then echo "Battery saver mode is ON"