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': if sq == '8':
print("squelch set to 8, no command input!") print("squelch set to 8, no command input!")
no_command = True no_command = True
# else: else:
# no_command = False no_command = False
print(no_command) print(no_command)
except: except:
callsign = "AMSAT" callsign = "AMSAT"

Loading…
Cancel
Save

Powered by TurnKey Linux.