removed bug notice since the issue resolved itself

master
BodgeMaster 2021-05-04 21:30:13 +02:00
parent 5cc71d5ff5
commit 579d28e34b
1 changed files with 0 additions and 5 deletions

View File

@ -196,11 +196,6 @@ void runCommand(){
Serial.print("s");
return;
case 'r': // read digital value
/*bug:
The following "r" (or any other text you may put there) will never get printed despite this code branch being executed. Dont ask me why or how.
Tested on Linux Mint 20.1, Arduino IDE version 2:1.0.5+dfsg2-4.1
Tested with Arduino Uno and Nano 328P
*/
Serial.print("r");
pin = waitForSerialInput(2).toInt();
if (pin >= NUM_DIGITAL_PINS) Serial.print("e");