Update sstv_decode_prompt.sh add starting auto tune message

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

@ -132,7 +132,9 @@ if [ "$autotune" = "1" ]; then
threshold=1
delay=5
retries=5
echo "Starting Auto-tune scanning"
echo "Scan will stop when confidence exceeds threshold value of " $threshold " or after " $retries " retries"
tries=0
confidence=0
while [ $tries -le $retries ] && [ "$confidence" -le "$threshold" ]; do

Loading…
Cancel
Save

Powered by TurnKey Linux.