Update frequency.py fix tab

master-be
Alan Johnston 3 weeks ago committed by GitHub
parent c2f4927fcd
commit b3d0805b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -420,12 +420,12 @@ if (doppler_mode == 'rig'):
system("socat -d -d PTY,raw,echo=0,link=/tmp/vttyA PTY,raw,echo=0,link=/tmp/vttyB &")
sleep(1.0)
sleep(1.0)
print("Starting CubeSatSim FT857 emulation")
system("/home/pi/FT857d/examples/FT857d/ft857d &")
sleep(1.0)
sleep(1.0)
print("Starting rigctl emulating FT857 rig using virtual serial port /tmp/vttyB")
system("rigctld -m 1022 -r /tmp/vttyB -t 4532 -vv")

Loading…
Cancel
Save

Powered by TurnKey Linux.