From 0dabe37f2ebe51dfa60f0e7c1a69830cf8155c03 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 29 Dec 2025 18:52:13 -0500 Subject: [PATCH] Update dtmf_aprs_cc.py replace rpitx with transmit --- dtmf_aprs_cc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtmf_aprs_cc.py b/dtmf_aprs_cc.py index ad4ef5cf..d7e786fd 100644 --- a/dtmf_aprs_cc.py +++ b/dtmf_aprs_cc.py @@ -261,7 +261,7 @@ if __name__ == "__main__": GPIO.output(txLed, 0) GPIO.output(powerPin, 0) - system("sudo systemctl stop rpitx") + system("sudo systemctl stop transmit") # system("sudo systemctl stop cubesatsim") print("\n/home/pi/CubeSatSim/config -" + mode)