Update lightcontrol.h

This commit is contained in:
mrcory
2020-02-14 14:17:46 -05:00
parent fcda14ef27
commit 426014b4b8
+1 -1
View File
@@ -26,7 +26,7 @@ void lightControl() {
}
if (lightMode == 0) {
if (pwmOn == false) {
if (pwmOn == false && pwmBrightnessOut > 0) {
pwmBrightnessOut = 0;
} else {
pwmBrightnessOut = pwmBrightness;