From 0c6135bbec58c32c4a1e1c352ccdd3963c654671 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 15 Jun 2025 16:55:08 -0400 Subject: [PATCH] Update squelch_cc.py wall incrementing mode message --- squelch_cc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squelch_cc.py b/squelch_cc.py index 702a66e9..a2ad899a 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -107,7 +107,7 @@ def increment_mode(): print("/home/pi/CubeSatSim/config -" + mode) if (debug_mode == False): print("Changing mode now") - system("echo 'changing mode due to C2C!' | wall") + system("echo 'incrementing mode due to C2C!' | wall") GPIO.setwarnings(False) GPIO.output(txLed, 0) GPIO.output(powerPin, 0)