Update packet.sh add tries increment

fiabv4-auto-tune
Alan Johnston 2 months ago committed by GitHub
parent bbe606672d
commit 8a3a1a07f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -182,6 +182,7 @@ if [ "$autotune" = "1" ]; then
# cat /home/pi/CubeSatSim/groundstation/auto-tune.txt
confidence=$(awk '{print $2}' /home/pi/CubeSatSim/groundstation/auto-tune.txt)
echo "Auto tune confidence: " $confidence
tries=$((tries+1))
done

Loading…
Cancel
Save

Powered by TurnKey Linux.