Update rpitx.py turn off debugging mode

beta-v1.3.1.1-sim
Alan Johnston 2 years ago committed by GitHub
parent 0507620f26
commit 3fdd053113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@ print(txLed)
# GPIO.setup(27, GPIO.OUT)
# GPIO.output(27, 0)
debug_mode = 1 #no debugging rpitx
debug_mode = 0 #no debugging rpitx
if __name__ == "__main__":

Loading…
Cancel
Save

Powered by TurnKey Linux.