Earlier I mentioned errors trying to run the project mentioned here on the watch. The errors do not appear when running the emulator, which works well.
The errors showing up for the watch are rarely the same. Examples below seem odd, because what is being claimed as undefined is in fact defined, as the emulator recognizes!
If you have a general comment on why this may be happening, it will be welcome. Many thanks.
Uncaught ReferenceError: “A1” is not defined
at line 42 col 15
buildSequence(A1);
Uncaught ReferenceError: “B1” is not defined
at line 43 col 15
buildSequence(B1);
[with these repeated for subsequent occurrences]
——
Uncaught ReferenceError: “timeLoop” is not defined
at line 1 col 1
timeLoop();
^
in function called from system
Uncaught ReferenceError: “showDateTime” is not defined
at line 1 col 171
…tiveUntil.getSeconds()+15);showDateTime();
^
in function “timeLoop” called from line 1 col 10
timeLoop();
in function called from system
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.
Earlier I mentioned errors trying to run the project mentioned here on the watch. The errors do not appear when running the emulator, which works well.
The errors showing up for the watch are rarely the same. Examples below seem odd, because what is being claimed as undefined is in fact defined, as the emulator recognizes!
If you have a general comment on why this may be happening, it will be welcome. Many thanks.
Uncaught ReferenceError: “A1” is not defined
at line 42 col 15
buildSequence(A1);
Uncaught ReferenceError: “B1” is not defined
at line 43 col 15
buildSequence(B1);
[with these repeated for subsequent occurrences]
——
Uncaught ReferenceError: “timeLoop” is not defined
at line 1 col 1
timeLoop();
^
in function called from system
Uncaught ReferenceError: “showDateTime” is not defined
at line 1 col 171
…tiveUntil.getSeconds()+15);showDateTime();
^
in function “timeLoop” called from line 1 col 10
timeLoop();
in function called from system