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:
@@ -375,7 +375,7 @@ class Animated_Staircase : public Usermod {
|
|||||||
bottomSensorWrite = true;
|
bottomSensorWrite = true;
|
||||||
return true;
|
return true;
|
||||||
} else if (action == "down") {
|
} else if (action == "down") {
|
||||||
// = true; // ?????
|
topSensorWrite = true;
|
||||||
return true;
|
return true;
|
||||||
} else if (action == "on") {
|
} else if (action == "on") {
|
||||||
enable(true);
|
enable(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user