diff --git a/Software/reflowController/reflowController.ino b/Software/reflowController/reflowController.ino index 0abecf5..378ff8d 100644 --- a/Software/reflowController/reflowController.ino +++ b/Software/reflowController/reflowController.ino @@ -33,7 +33,7 @@ unsigned long timer1000 = 0; void setup() { - Serial.begin(9600); + Serial.begin(57600); Serial.println("Reflow Controller v00.01"); Encoder_Init(); @@ -63,7 +63,7 @@ void loop() { timer1000 = millis(); Reflow_Task(); - } - Display_Task(); // so oft wie möglich + Display_Task(); + } }