Fix light power button

Light can be turned off while preserving brightness.
This commit is contained in:
mrcory
2020-02-17 17:25:54 -05:00
parent 23105f6f5e
commit 2f535b1e7a
+1 -1
View File
@@ -256,7 +256,7 @@ void setup() {
void loop() {
pwm.old = ledBrightness;
pwm.old = pwm.set;
currentDistance = stepper.distanceToGo();
if (ledFeedback == true) {