From 46112d2d88d3bd7822ad769a46a27f48dc41e6cd Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 29 Sep 2023 20:44:46 -0400 Subject: [PATCH] Update rpitx.py don't reboot --- rpitx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpitx.py b/rpitx.py index 5c36241d..933364ae 100644 --- a/rpitx.py +++ b/rpitx.py @@ -106,11 +106,11 @@ def increment_mode(): GPIO.setwarnings(False) GPIO.output(txLed, 0) GPIO.output(powerPin, 0) - print("sudo reboot -h now") + print("Don't sudo reboot -h now") GPIO.setwarnings(False) GPIO.setup(powerPin, GPIO.OUT) GPIO.output(powerPin, 0); - system("reboot -h now") +# system("reboot -h now") # release = True; sleep(10); except: