From fd9626592bbfc2c24489d6d6292dc9968bc8c891 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 27 Jun 2021 08:25:17 -0400 Subject: [PATCH] reduce sleep by 1 sec --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index c3af11c8..60ca15d2 100644 --- a/rpitx.py +++ b/rpitx.py @@ -86,7 +86,7 @@ if __name__ == "__main__": time.sleep(4); # was 8 GPIO.output(txLed, txLedOff) - time.sleep(2) + time.sleep(1) if (transmit):