Update aprs_in.py added sleep 5 at the end

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent 865e908b16
commit 8c9fbf3ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -143,4 +143,8 @@ if __name__ == "__main__":
change_mode = False
print("Waiting 5 seconds to allow unplug and plug of soundcard")
sleep(5)
print("Done")

Loading…
Cancel
Save

Powered by TurnKey Linux.