Skip to content

Commit

Permalink
Merge pull request #97 from troyhacks/mdev
Browse files Browse the repository at this point in the history
Update Animated_Staircase.h
  • Loading branch information
troyhacks authored Dec 12, 2023
2 parents a430e8b + a01101c commit 8bc2f35
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 @@ -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);
Expand Down

0 comments on commit 8bc2f35

Please sign in to comment.