Update rpitx.py test txLed

beta-extra-2
Alan Johnston 2 years ago committed by GitHub
parent 27d51a615f
commit 7bd5e53f7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -408,6 +408,7 @@ if __name__ == "__main__":
print(callsign)
GPIO.setmode(GPIO.BCM) # added to make Tx LED work on Pi 4
print(txLed)
GPIO.setup(txLed, GPIO.OUT)
print("Programming FM module!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.