@ -3486,6 +3486,7 @@ void process_pushbutton() {
if (release == FALSE) {
Serial.println("PB: Reboot!");
prompt = PROMPT_REBOOT;
digitalWrite(MAIN_LED_GREEN, LOW);
sleep(0.5);
digitalWrite(MAIN_LED_GREEN, HIGH);
@ -3499,10 +3500,6 @@ void process_pushbutton() {
Serial.println("Watchdog reboot now!");
watchdog_reboot(0);
}
if (new_mode != mode)
transmit_off();
Powered by TurnKey Linux.