Update sstv_decode_prompt.sh fix -lt

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

@ -127,7 +127,7 @@ threshold="0.1"
confidence=$(awk '{print $2}' /home/pi/CubeSatSim/groundstation/auto-tune.txt) confidence=$(awk '{print $2}' /home/pi/CubeSatSim/groundstation/auto-tune.txt)
echo "Auto tune confidence: " echo "Auto tune confidence: "
echo $confidence echo $confidence
if [ "$confidence" .lt "$threshold" ]; then if [ "$confidence" -lt "$threshold" ]; then
sleep 10 sleep 10

Loading…
Cancel
Save

Powered by TurnKey Linux.