Update rpitx.py adjust number

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

@ -253,12 +253,10 @@ if __name__ == "__main__":
# callsign = file.readline().split(" ")[0]
config = file.readline().split(" ")
callsign = config[0]
sim = config[4]
squelch = config[5]
squelch = config[10]
print(config)
print
print(callsign)
print(sim)
print(squelch)
except:

Loading…
Cancel
Save

Powered by TurnKey Linux.