From 7b42cc9e78c8fa8553dca9f5183fb93da6746300 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 May 2021 06:31:04 -0400 Subject: [PATCH] Update rpitx.py --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 05968761..4815427c 100644 --- a/rpitx.py +++ b/rpitx.py @@ -67,7 +67,7 @@ if __name__ == "__main__": camera.resolution = (640, 496) camera.start_preview() # Camera warm-up time - sleep(2) + time.sleep(2) camera.capture('sstv_image.jpg') finally: GPIO.output(txLed, txLedOn);