Update transmit.py add 2s delay

fc-sub
Alan Johnston 7 months ago committed by GitHub
parent cd84ed4b80
commit 622e0f5807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -820,6 +820,7 @@ if __name__ == "__main__":
if (no_command == False):
system("sudo systemctl stop command")
print("stopping C2C")
sleep(2)
GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi Zero 2 and Pi 4
GPIO.setup(txLed, GPIO.OUT)
output(txLed, txLedOn)

Loading…
Cancel
Save

Powered by TurnKey Linux.