From d1c583c4ca5179de2beae959b05a5cba5844f87e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 15 Jun 2025 16:42:44 -0400 Subject: [PATCH] Update squelch_cc.py announce mode change with wall --- squelch_cc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/squelch_cc.py b/squelch_cc.py index 6a88f145..6caa252b 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -114,6 +114,7 @@ def increment_mode(): system("/home/pi/CubeSatSim/config -" + mode) print("Changing mode now") + os.system("echo 'changing mode due to C2C!' | wall") # file = open("/home/pi/CubeSatSim/.mode", "w")