Merge pull request #96 from troyhacks/mdev

Update Animated_Staircase.h
This commit is contained in:
Troy
2023-12-11 16:52:58 -05:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ class Animated_Staircase : public Usermod {
// last sensor state, or trigger a sensor // last sensor state, or trigger a sensor
// through the API // through the API
bool topSensorRead = false; bool topSensorRead = false;
bool = false; bool topSensorWrite = false;
bool bottomSensorRead = false; bool bottomSensorRead = false;
bool bottomSensorWrite = false; bool bottomSensorWrite = false;
bool topSensorState = false; bool topSensorState = false;