umm
if (Input.equals("Low;")) {//Tried Using The "Input" Varible, Still Nope
digitalWrite(LED_BUILTIN, HIGH);
Serial.println("LED is now off.");
delay(100);
//Temp1="";
}
Yea i did
With every if in my project, the problem is The Ifs i mentioned dont work, even with matching statment, i even showed that in a screen shot, the value on the serial is from that varible, i should see my serial.print, however in my screenshot2 it clearly is not working as it should