Added a comment

This commit is contained in:
Kai Lauterbach 2023-05-12 07:19:03 +02:00
parent 2714e05173
commit 013cd8a8bf

View file

@ -157,7 +157,7 @@ void lightEngine()
//Serial.println("lon: pin" + (String)i + " = PWM(" + (String)tmp_pwm + ")");
analogWrite(pins[i], tmp_pwm);
}
} else {
} else { // light state is off
if (current_bri[i] != 0)
{