We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce3483 commit 83d993eCopy full SHA for 83d993e
firmware/OpenLCD/System_Functions.ino
@@ -339,7 +339,6 @@ void checkEmergencyReset(void)
339
pinMode(rxPin, INPUT_PULLUP); //Turn the RX pin into an input with pullups
340
341
if (digitalRead(rxPin) == HIGH) return; //Quick pin check
342
- SerLCD.print(rxPin);
343
//Wait 2 seconds, blinking backlight while we wait
344
pinMode(BL_RW, OUTPUT);
345
digitalWrite(BL_RW, HIGH); //Set the STAT2 LED
0 commit comments