Update Animated_Staircase.h

The string "topSensorWrite" seems to have been deleted from the file in some accidental editing mishap.
This commit is contained in:
Troy
2023-12-11 22:03:09 -05:00
committed by GitHub
parent a430e8b969
commit a01101c417

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);