Update Animated_Staircase.h

Little oops fix. 🗡️
This commit is contained in:
Troy
2023-12-11 16:50:02 -05:00
committed by GitHub
parent 6b94c56f49
commit ccf54fe6a2

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;