Add print statement for simulated telemetry mode

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 5bb2e4e85d
commit c18edf2579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -341,6 +341,7 @@ if __name__ == "__main__":
if config[4] == 'y' or config[4] == 'yes':
sim_mode = True
sim_config = True
print("Simulated telemetry mode is configured.")
if len(config) > 6:
txf = float(config[6])
if (mode == 'e'):

Loading…
Cancel
Save

Powered by TurnKey Linux.