|
|
|
@ -253,12 +253,12 @@ if __name__ == "__main__":
|
|
|
|
# callsign = file.readline().split(" ")[0]
|
|
|
|
# callsign = file.readline().split(" ")[0]
|
|
|
|
config = file.readline().split()
|
|
|
|
config = file.readline().split()
|
|
|
|
callsign = config[0]
|
|
|
|
callsign = config[0]
|
|
|
|
squelch = config[5]
|
|
|
|
sq = config[5]
|
|
|
|
print(config)
|
|
|
|
print(config)
|
|
|
|
print
|
|
|
|
print
|
|
|
|
# print(callsign)
|
|
|
|
# print(callsign)
|
|
|
|
print(squelch)
|
|
|
|
print(sq)
|
|
|
|
if squelch == 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:
|
|
|
|
|