YAY, now it worked.
That is soooo strange! I have the
const BANGLEJS2 = process.env.HWVERSION == 2;
at the top of my code.
console.log BANGLEJS2;
shows "true". But the following "if (BANGLEJS2) { " is not entered! No clue what happens there.
When I remove the check fpr BJS2, it works.
Another problem is that I get
Uncaught Clock has no widgets, can't fast load
When leaving the launcher despite i do load and show widgets at the end of my code.
@Hank 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.
YAY, now it worked.
That is soooo strange!
I have the
at the top of my code.
shows "true".
But the following "if (BANGLEJS2) { " is not entered! No clue what happens there.
When I remove the check fpr BJS2, it works.
Another problem is that I get
When leaving the launcher despite i do load and show widgets at the end of my code.