From 9f640225d385d27eb9e1833470a0bcd161ff09ff Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 20 Jul 2026 01:10:41 -0400 Subject: [PATCH] Update transmit.py reboot when going two_meter to FM --- transmit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit.py b/transmit.py index 36685878..e2a568c7 100644 --- a/transmit.py +++ b/transmit.py @@ -249,6 +249,8 @@ def program_fm(rx, tx, rxpl_value, sq, txpl_value): txc = True restore_txc = False print("Restoring FM with 70cm band") + print("Rebooting") + system("sudo reboot now") if (txf > 450.0) or (txf < 420.0) and not two_meter_rpitx: tx = "434.9000"