Update rpitx.py

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent 8e654509e3
commit 7b42cc9e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save

Powered by TurnKey Linux.