|
|
|
|
@ -336,16 +336,16 @@ try:
|
|
|
|
|
# print("squelch set to 8, no command input!")
|
|
|
|
|
# no_command = True
|
|
|
|
|
# else:
|
|
|
|
|
no_command = False
|
|
|
|
|
print(no_command)
|
|
|
|
|
no_command = False
|
|
|
|
|
print(no_command)
|
|
|
|
|
except Exception as e:
|
|
|
|
|
print(f"An error occurred: {e}")
|
|
|
|
|
if (debug_mode == 1):
|
|
|
|
|
print("Can't read sim.cfg file")
|
|
|
|
|
print(f"An error occurred: {e}")
|
|
|
|
|
if (debug_mode == 1):
|
|
|
|
|
print("Can't read sim.cfg file")
|
|
|
|
|
file.close()
|
|
|
|
|
|
|
|
|
|
except Exception as e:
|
|
|
|
|
print(f"An error occurred: {e}")
|
|
|
|
|
except Exception as e:
|
|
|
|
|
print(f"An error occurred: {e}")
|
|
|
|
|
|
|
|
|
|
if (doppler_mode == 'off'):
|
|
|
|
|
tx_freq_hz = txf * 1000
|
|
|
|
|
|