Update rpitx.py changed to last

beta-v1.3.1-python-sq-off
Alan Johnston 2 years ago committed by GitHub
parent 239f089660
commit c0d2fe4c0e
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[10]
squelch = config[last]
print(config)
print
print(callsign)

Loading…
Cancel
Save

Powered by TurnKey Linux.