Skip to content

Commit

Permalink
fixed logic level change not taking effect til trigger #bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Dec 31, 2019
1 parent e668988 commit a9d9288
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -114,6 +114,7 @@ void updateLogic() {
if (serialLong >= 0) {
LOGIC = serialLong;
EEPROM.put(LOGIC_ADDRESS, LOGIC);
pulse();
}
}
/*------------------------------------------------*/
Expand Down

0 comments on commit a9d9288

Please sign in to comment.