Update rpitx.py split on whitespace

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

@ -251,7 +251,7 @@ if __name__ == "__main__":
try:
file = open("/home/pi/CubeSatSim/sim.cfg")
# callsign = file.readline().split(" ")[0]
config = file.readline().split(" ")
config = file.readline().split()
callsign = config[0]
squelch = config[10]
print(config)

Loading…
Cancel
Save

Powered by TurnKey Linux.