From 883c5a891ab43e243460b02e951847a9c3d1daed Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 17 Aug 2025 10:33:09 -0400 Subject: [PATCH] Update config keep time if random off --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 9cca4e40..739f28ae 100755 --- a/config +++ b/config @@ -1759,6 +1759,7 @@ elif [ "$1" = "-U" ]; then else sim="no" echo "Random Simulated Failure is OFF" + time="${13}" # echo "-1" > /home/pi/CubeSatSim/failure_mode.txt # make sure to turn off any simulated failures fi