From 12e39e727047020d042cbb1b95431bf1d4ccf542 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 16:28:32 -0400 Subject: [PATCH] Update change_mode.py --- change_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/change_mode.py b/change_mode.py index daa6e9c8..930a67a7 100644 --- a/change_mode.py +++ b/change_mode.py @@ -169,7 +169,7 @@ if __name__ == "__main__": GPIO.output(txLed, 0) GPIO.output(powerPin, 0) - call("sudo systemctl stop rpitx", shell=True) + call("sudo systemctl stop transmit", shell=True) # system("sudo systemctl stop cubesatsim") print("\n/home/pi/CubeSatSim/config -" + mode)