From 1f31f1a0eb6a5017370bfb42ee164614326f9830 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 3 Mar 2024 10:56:40 -0500 Subject: [PATCH] Update rpitx.py restore reboot in c&c mode change --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 24d08aef..b46c4e46 100644 --- a/rpitx.py +++ b/rpitx.py @@ -173,7 +173,7 @@ def increment_mode(): print("Changing mode now") # system("/home/pi/CubeSatSim/config -" + mode) -### system("reboot -h now") + system("reboot -h now") sleep(10); except: