From 15c4510c063df7c89acfe41161298672a46b4265 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 25 Jan 2026 12:14:00 -0500 Subject: [PATCH] Update config battery address 44 or 45 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 1e025edc..eb831f31 100755 --- a/config +++ b/config @@ -176,7 +176,7 @@ if [ "$1" = "" ]; then FILE=/home/pi/CubeSatSim/sim_mode_auto if [ -f "$FILE" ]; then echo "Simulated Telemetry is automatically turned ON" - elif [[ $(timeout 2 i2cdetect -y 1 | grep -e "43" -e "44") ]]; then + elif [[ $(timeout 2 i2cdetect -y 1 | grep -e "44" -e "45") ]]; then # check for battery board sensors # Check the exit code of the last command if [ $? -ne 0 ]; then echo "Command failed!"