Update rpitx.py fix bug of ignoring callsign in config file

beta-sim
Alan Johnston 2 years ago committed by GitHub
parent 2fb3b02f10
commit c4b18a1e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -341,8 +341,8 @@ if __name__ == "__main__":
if sq == '8':
print("squelch set to 8, no command input!")
no_command = True
# else:
# no_command = False
else:
no_command = False
print(no_command)
except:
callsign = "AMSAT"

Loading…
Cancel
Save

Powered by TurnKey Linux.