Skip to content

Commit

Permalink
Merge pull request #96 from troyhacks/mdev
Browse files Browse the repository at this point in the history
Update Animated_Staircase.h
  • Loading branch information
troyhacks authored Dec 11, 2023
2 parents 6b94c56 + ccf54fe commit 086305a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermods/Animated_Staircase/Animated_Staircase.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Animated_Staircase : public Usermod {
// last sensor state, or trigger a sensor
// through the API
bool topSensorRead = false;
bool = false;
bool topSensorWrite = false;
bool bottomSensorRead = false;
bool bottomSensorWrite = false;
bool topSensorState = false;
Expand Down

0 comments on commit 086305a

Please sign in to comment.