Trying to convert an app for watch version 2, I get this set of errors:
Uncaught Error: setLCDMode is unsupported on this device at line 5 col 13 in .boot1 global.BTN1=BTN3; global.BTN3=_;
at line 41 col 19 in .bootcde Bangle.setLCDMode();
While I can get rid of the second instance at line 41, I don't know where .boot1 is and so can't see the correct line 5 or find that first error.
Any suggestion?
@Numerist started
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.
Trying to convert an app for watch version 2, I get this set of errors:
Uncaught Error: setLCDMode is unsupported on this device
at line 5 col 13 in .boot1
global.BTN1=BTN3; global.BTN3=_;
at line 41 col 19 in .bootcde
Bangle.setLCDMode();
While I can get rid of the second instance at line 41, I don't know where .boot1 is and so can't see the correct line 5 or find that first error.
Any suggestion?