From a3276fd667fb241f7af909399498acbb3e2b77dd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 31 Jul 2024 20:27:54 -0400 Subject: [PATCH] Update rpitx.py sleep 0.5 in mode e --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 72742ddb..92db4929 100644 --- a/rpitx.py +++ b/rpitx.py @@ -784,7 +784,7 @@ if __name__ == "__main__": sleep(1) system("sudo arecord -D plughw:1 -r48000 -fS16_LE -c1 | nc localhost 8011 &") GPIO.output(powerPin, 1) - sleep(1) + sleep(0.5) GPIO.output(powerPin, 0) while (GPIO.input(squelch) == False): sleep(1)