Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

View File

@ -164,7 +164,7 @@ char T_datif::datif_cycleSend()
// supervise if DC data are valid
datif_noResponseCtr++; // inc every 20ms
if (datif_noResponseCtr>250) // no life sign from device controller (DC) for about 20ms x 250 = 5000ms = 5s
if (datif_noResponseCtr>50) // no life sign from device controller (DC) for about a sec
{
epi_resetDcDataValid(3); // DC data has not updated for >=5s -> no longer valid!
datif_nowNewDyns=0;