From b3d0805b0a49bf3cbd38f841a00c74495f2baaf3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 4 Jul 2026 07:41:54 -0400 Subject: [PATCH] Update frequency.py fix tab --- frequency.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frequency.py b/frequency.py index ec18eea9..f75cb8fc 100644 --- a/frequency.py +++ b/frequency.py @@ -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")