Ok, I removed the image used as the background of the watch, and once I replaced the image, everything works once again, including the updated bradbury.app.js file. Strange thing is that while I understand why my watch face didn't work without the image, I don't understand why the launcher and menus didn't work during that time. Is it because without the image my app crashed, and the Bangle.setUI("clock"); function thus couldn't be accessed?
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.
Ok, I removed the image used as the background of the watch, and once I replaced the image, everything works once again, including the updated bradbury.app.js file. Strange thing is that while I understand why my watch face didn't work without the image, I don't understand why the launcher and menus didn't work during that time. Is it because without the image my app crashed, and the
Bangle.setUI("clock");
function thus couldn't be accessed?