fixed logic level change not taking effect til trigger #bugfix

This commit is contained in:
pyr0ball 2019-12-31 15:48:25 -08:00
parent e668988f3e
commit a9d928833a

View file

@ -114,6 +114,7 @@ void updateLogic() {
if (serialLong >= 0) { if (serialLong >= 0) {
LOGIC = serialLong; LOGIC = serialLong;
EEPROM.put(LOGIC_ADDRESS, LOGIC); EEPROM.put(LOGIC_ADDRESS, LOGIC);
pulse();
} }
} }
/*------------------------------------------------*/ /*------------------------------------------------*/