@ -198,16 +198,13 @@ int main()
set_Output(BitPH5, ON);
while(1)
{
wdt_reset(); // WDT reset at least every sec
#if PLC_MQTT_ENABLED
if(millis() < 10)
send_settings();
#endif
while(1){
ioHelperReadPins();
ioHelperDebounce();
ioHelperEdgeDetector();