From 83d993e176ca22c7171f87113ddf710880d95b7b Mon Sep 17 00:00:00 2001 From: Brian Alano <10472103+ALittleSlow@users.noreply.github.com> Date: Sun, 17 Mar 2019 00:41:38 -0400 Subject: [PATCH] remove debug line --- firmware/OpenLCD/System_Functions.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/OpenLCD/System_Functions.ino b/firmware/OpenLCD/System_Functions.ino index 6a659ff..4ddf967 100644 --- a/firmware/OpenLCD/System_Functions.ino +++ b/firmware/OpenLCD/System_Functions.ino @@ -339,7 +339,6 @@ void checkEmergencyReset(void) pinMode(rxPin, INPUT_PULLUP); //Turn the RX pin into an input with pullups if (digitalRead(rxPin) == HIGH) return; //Quick pin check - SerLCD.print(rxPin); //Wait 2 seconds, blinking backlight while we wait pinMode(BL_RW, OUTPUT); digitalWrite(BL_RW, HIGH); //Set the STAT2 LED