Skip to content

Commit 8ad7640

Browse files
committed
The default for beta install should be "no".
Change the default when offered beta from the current stable release to be "no".
1 parent ebc6db6 commit 8ad7640

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
@@ -404,7 +404,7 @@ bool askOTAupdate(char *new_ver, bool show_pending, bool def_yes)
404404
if (!show_pending && beta_exists && inBox (ui.tap, beta_b)) {
405405
// Switch to beta upgrade flow!
406406
show_pending = true;
407-
active_yes = true;
407+
active_yes = false;
408408
is_beta_flow = true;
409409
snprintf (new_ver, 20, "%.19s", beta_ver);
410410

0 commit comments

Comments
 (0)