Update rpitx.py changed to 5

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

@ -253,7 +253,7 @@ if __name__ == "__main__":
# callsign = file.readline().split(" ")[0]
config = file.readline().split()
callsign = config[0]
squelch = config[last]
squelch = config[5]
print(config)
print
print(callsign)

Loading…
Cancel
Save

Powered by TurnKey Linux.