From 8c9fbf3ab0dee09956e082ac22b4369b9a675ef8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 18:39:39 -0400 Subject: [PATCH] Update aprs_in.py added sleep 5 at the end --- aprs_in.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aprs_in.py b/aprs_in.py index d341563c..33966cb0 100644 --- a/aprs_in.py +++ b/aprs_in.py @@ -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") +