1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Fix crash with reboot (GwWifi + PageNavigation)

This commit is contained in:
Norbert Walter
2026-03-01 14:52:53 +00:00
committed by norbert-walter
parent a4b99fb619
commit f3f20f40c7
3 changed files with 66 additions and 13 deletions
+3
View File
@@ -316,6 +316,9 @@ inline void drawMonochromeBitmap(
getdisplay().drawPixel(x + xx, y + yy, color);
}
}
if ((yy & 0x0F) == 0) {
yield();
}
}
#else
// EPaper: just hand over to driver (expects MSBfirst horizontal)