fixed logic level change not taking effect til trigger #bugfix
This commit is contained in:
parent
e668988f3e
commit
a9d928833a
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ void updateLogic() {
|
|||
if (serialLong >= 0) {
|
||||
LOGIC = serialLong;
|
||||
EEPROM.put(LOGIC_ADDRESS, LOGIC);
|
||||
pulse();
|
||||
}
|
||||
}
|
||||
/*------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue