From 4738ca2550268ce303619150a6157dd234700195 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Mar 2026 09:11:28 -0500 Subject: [PATCH] Update transmit.py don't do anything with pacsatsim.service --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index e1c6aa77..602dd3cd 100644 --- a/transmit.py +++ b/transmit.py @@ -245,7 +245,7 @@ if __name__ == "__main__": print("Can't open .mode file, defaulting to FSK") print("Mode is: ") print(mode) - system("sudo systemctl stop pacsatsim") +# system("sudo systemctl stop pacsatsim") try: file = open("/home/pi/CubeSatSim/beacon_off") @@ -429,7 +429,7 @@ if __name__ == "__main__": print("Pacsat Ground Station") else: print("Pacsat") - system("sudo systemctl restart pacsatsim") +# system("sudo systemctl restart pacsatsim") # txPin = 27 pttPin = 20