Skip to content

Commit 83d993e

Browse files
authored
remove debug line
1 parent dce3483 commit 83d993e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firmware/OpenLCD/System_Functions.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ void checkEmergencyReset(void)
339339
pinMode(rxPin, INPUT_PULLUP); //Turn the RX pin into an input with pullups
340340

341341
if (digitalRead(rxPin) == HIGH) return; //Quick pin check
342-
SerLCD.print(rxPin);
343342
//Wait 2 seconds, blinking backlight while we wait
344343
pinMode(BL_RW, OUTPUT);
345344
digitalWrite(BL_RW, HIGH); //Set the STAT2 LED

0 commit comments

Comments
 (0)