From a09d1aea2a344f111cb0058ae3c83593542be067 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 15 Mar 2026 17:45:07 -0400 Subject: [PATCH] Update transmit.py add Safe Mode print --- transmit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index d7d8ea5e..ac8c42b1 100644 --- a/transmit.py +++ b/transmit.py @@ -558,7 +558,8 @@ if __name__ == "__main__": stop_rpitx = "sudo killall -9 rpitx && sudo killall -9 arecord && sudo rpitx -m RF -f 434.9e3 > /dev/null 2>&1" if not txc: system(stop_rpitx) - system(rpitx) + system(rpitx) + print("Safe Mode!") while (True): if (txc): sleep(0.1)