Skip to content

Commit

Permalink
fix state mask
Browse files Browse the repository at this point in the history
  • Loading branch information
andysworkshop committed Nov 5, 2017
1 parent 1d19af6 commit 12a8a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/switching/Relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ namespace brewery {

_nextState=nextState;
_nextStateTime=MillisecondTimer::millis()+switchingDelay;
currentMask=nextMask;

if(switchingDelay) {

Expand Down

0 comments on commit 12a8a91

Please sign in to comment.