Update OTA processing message. Fix always retry of bootCount = 0

This commit is contained in:
Phat Nguyen
2024-05-17 10:32:20 +07:00
parent ed02f66ca2
commit c04ab90fd2
3 changed files with 12 additions and 4 deletions

View File

@ -380,7 +380,8 @@ void OledDisplay::showNewFirmwareFailed(void) {
do {
DISP()->setFont(u8g2_font_t0_16_tf);
setCentralText(20, "Firmware Update");
setCentralText(40, "Failed");
setCentralText(40, "fail, will retry");
// setCentralText(60, "will retry");
} while (DISP()->nextPage());
}