clear USB-pins, uart works now, correct thermo pin
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user