Update sstv_decode_prompt.sh subtract 2 second delay

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

@ -137,6 +137,7 @@ if [ "$autotune" = "1" ]; then
echo "Scan will stop when confidence exceeds threshold value of" $threshold "or after" $retries "retries"
tries=0
confidence=0
delay=$((delay-2)) # subtract 2 second built in delay
while [ $tries -le $retries ] && [ "$confidence" -le "$threshold" ]; do
sleep $delay

Loading…
Cancel
Save

Powered by TurnKey Linux.