Fix light power button
Light can be turned off while preserving brightness.
This commit is contained in:
@@ -256,7 +256,7 @@ void setup() {
|
||||
void loop() {
|
||||
|
||||
|
||||
pwm.old = ledBrightness;
|
||||
pwm.old = pwm.set;
|
||||
currentDistance = stepper.distanceToGo();
|
||||
|
||||
if (ledFeedback == true) {
|
||||
|
||||
Reference in New Issue
Block a user