Skip to content

Commit

Permalink
Always start in recovery mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriz76 authored Jun 12, 2024
1 parent db249f9 commit 62774b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/banglejs/jswrap_bangle.c
Original file line number Diff line number Diff line change
Expand Up @@ -3763,7 +3763,8 @@ NO_INLINE void jswrap_banglejs_init() {
if (jshPinGetValue(BTN1_PININDEX) && jshPinGetValue(BTN4_PININDEX))
recoveryMode = true;
#else
if (jshPinGetValue(HOME_BTN_PININDEX))
// Always start in recovery mode
// if (jshPinGetValue(HOME_BTN_PININDEX))
recoveryMode = true;
#endif
}
Expand Down

0 comments on commit 62774b4

Please sign in to comment.