diff --git a/examples/ReflowWizard/Learn.ino b/examples/ReflowWizard/Learn.ino index 5336000..1c0a2d1 100644 --- a/examples/ReflowWizard/Learn.ino +++ b/examples/ReflowWizard/Learn.ino @@ -269,9 +269,10 @@ userChangedMindAboutAborting: if (learningIntegral > 30) { learningIntegral = 0; // Increase duty cycles - if (learningDutyCycle < 100) + if (learningDutyCycle < 100) { learningDutyCycle++; SerialUSB.println("Under-temp. Increasing duty cycle"); + } } }