Skip to content

Commit 100d6a0

Browse files
committed
Make OK hightlighted and return selects by default
1 parent 8ad7640 commit 100d6a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ESPHamClock/OTAupdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ bool askOTAupdate(char *new_ver, bool show_pending, bool def_yes)
315315
drawStringInBox ("No", no_b, !active_yes, RA8875_WHITE);
316316
drawStringInBox ("Yes", yes_b, active_yes, RA8875_WHITE);
317317
} else {
318-
drawStringInBox ("Ok", no_b, false, RA8875_WHITE);
318+
drawStringInBox ("Ok", no_b, true, RA8875_WHITE);
319319
}
320320

321321
// Check if beta version exists

0 commit comments

Comments
 (0)