clear USB-pins, uart works now, correct thermo pin

This commit is contained in:
2021-08-19 16:54:01 +02:00
parent b6f872e19e
commit eefe46cae8
4 changed files with 7 additions and 10 deletions

View File

@@ -11,6 +11,8 @@ void initStatus(void)
{
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(115200);
delay(500);
Serial.println("Heat Plate controller V1");
}
void handleStatus(void)