Merge pull request #97 from troyhacks/mdev

Update Animated_Staircase.h
This commit is contained in:
Troy
2023-12-11 22:04:15 -05:00
committed by GitHub

View File

@@ -375,7 +375,7 @@ class Animated_Staircase : public Usermod {
bottomSensorWrite = true;
return true;
} else if (action == "down") {
// = true; // ?????
topSensorWrite = true;
return true;
} else if (action == "on") {
enable(true);