Uprava porovnavani

This commit is contained in:
Pavel Brychta 2020-12-20 11:14:30 +01:00
parent 74b3ab8606
commit 083b49b5f9

View File

@ -180,7 +180,8 @@ bool OLEDUIPlus::loop(void)
// obsluha puvodniho Ui objektu
if (_timing.expired()) {
int rtb = update();
if (0 < rtb) {
if (rtb > 0) {
_timing.set(rtb);
}
result = true;