You are reading a single comment by @Numerist and its replies. Click here to read the full conversation.
  • I've been running 2v12 for a long time, fearing that an upgrade would disallow one homegrown app that loads from the Espruino web IDE via Bluetooth. Today I upgraded to 2v24 and then 2v25. Both declare:

    Uncaught ReferenceError: "time" is not defined
    at line 1 col 646
    ...f,res.colour);writeDozTime(time,timeDef);g.flip();drawtime_t...

    In firmware 2v12, that error does not occur, and the app runs properly, except for showing FIFO_FULL. (FIFO_FULL does not occur with the later firmware versions, of course.)

    Here's the catch: a github app that's almost the same runs fine under all the firmware versions. The offending line above is identical to what runs in the github app, which of course is not loaded onto the watch via the Espruino IDE.

    So, is something wrong with the IDE, and can I fix it?

About

Avatar for Numerist @Numerist started