01-07-2018, 16:26
Hello Werk,
thank you for all your support.
During testing (because I had misused a code section for transmission
) I found some strange behaviour of the following code section in the main file:
This branch comes true every minute, if the display is in clock mode or shows the weather condition. But it comes every 5 seconds or even faster true, if the system info window is active.
Could this be a bug?
Regards,
Engolling
thank you for all your support.
During testing (because I had misused a code section for transmission
) I found some strange behaviour of the following code section in the main file:Code:
// --- Update Clock every minute
if (minute() != last_min)
{This branch comes true every minute, if the display is in clock mode or shows the weather condition. But it comes every 5 seconds or even faster true, if the system info window is active.
Could this be a bug?
Regards,
Engolling

