@@ -59,6 +59,8 @@ int main()
ioHelperDebounce();
ioHelperEdgeDetector();
modbusGet();
if(millis() - timer_blink_outs > 500){
outStates[0] ^= outStatesBlinking[0];
outStates[1] ^= outStatesBlinking[1];
@@ -69,7 +71,6 @@ int main()
ioHelperSetOuts();
}
The note is not visible to the blocked user.