Going back to the original question I'm still getting the screen with: ‘ ===>' if the user holds down the button on start up... it just won't progress to the black and white options menu anymore if they hold it down long enough.
Should have commenting out:
if (jshPinGetValue(HOME_BTN_PININDEX))
recoveryMode = true;
prevented the ' ===>' screen from appearing (on startup)? Or was your edit just for getting rid of the black and white options menu?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Going back to the original question I'm still getting the screen with: ‘ ===>' if the user holds down the button on start up... it just won't progress to the black and white options menu anymore if they hold it down long enough.
Should have commenting out:
if (jshPinGetValue(HOME_BTN_PININDEX))
recoveryMode = true;
prevented the ' ===>' screen from appearing (on startup)? Or was your edit just for getting rid of the black and white options menu?
Might still be a simple mistake on my part.