Update rpitx.py print no_command

beta-v1.3.1-python-sq-off
Alan Johnston 2 years ago committed by GitHub
parent 04263ca23e
commit f75502f8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,14 +256,14 @@ if __name__ == "__main__":
squelch = config[5]
print(config)
print
print(callsign)
# print(callsign)
print(squelch)
if squelch == 8:
print("squelch set to 8, no command input!")
no_command = True
else:
no_command = False
print(no_command)
except:
callsign = "AMSAT"
if (debug_mode == 1):

Loading…
Cancel
Save

Powered by TurnKey Linux.