Compare commits

..

No commits in common. 'modbus_crash' and 'master' have entirely different histories.

@ -59,8 +59,6 @@ int main()
ioHelperDebounce();
ioHelperEdgeDetector();
modbusGet();
if(millis() - timer_blink_outs > 500){
outStates[0] ^= outStatesBlinking[0];
outStates[1] ^= outStatesBlinking[1];
@ -71,6 +69,7 @@ int main()
ioHelperSetOuts();
modbusGet();
}
}

Loading…
Cancel
Save