Added a comment
This commit is contained in:
parent
2714e05173
commit
013cd8a8bf
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void lightEngine()
|
||||||
//Serial.println("lon: pin" + (String)i + " = PWM(" + (String)tmp_pwm + ")");
|
//Serial.println("lon: pin" + (String)i + " = PWM(" + (String)tmp_pwm + ")");
|
||||||
analogWrite(pins[i], tmp_pwm);
|
analogWrite(pins[i], tmp_pwm);
|
||||||
}
|
}
|
||||||
} else {
|
} else { // light state is off
|
||||||
|
|
||||||
if (current_bri[i] != 0)
|
if (current_bri[i] != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue