From b1a54e4229f5a7e1f002b513d917d5d7e1820c19 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jul 2023 15:28:16 -0400 Subject: [PATCH] try 0.03 for no tx flash --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index fd52cb76..20e580cc 100644 --- a/rpitx.py +++ b/rpitx.py @@ -396,7 +396,7 @@ if __name__ == "__main__": sleep(0.5) if (command_tx == False): output(txLed, txLedOn) - sleep(0.1) + sleep(0.03) output(txLed, txLedOff) if GPIO.input(squelch) == False: print("carrier received!") @@ -427,7 +427,7 @@ if __name__ == "__main__": sleep(0.5) if (command_tx == False): output(txLed, txLedOn) - sleep(0.1) + sleep(0.03) output(txLed, txLedOff) if GPIO.input(squelch) == False: print("carrier received!")