The Updating boot0... is because bootupdate.js rewrites boot0.js whenever settings.json changed, that happens automatically, no need to do it yourself.
And I thinkclockHasWidgets is updated automatically by bootloader.js, so you only need to update clock in settings.json.
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.
Sure, for example the Clock Switcher app does this.
The
Updating boot0...
is becausebootupdate.js
rewritesboot0.js
wheneversettings.json
changed, that happens automatically, no need to do it yourself.And I think
clockHasWidgets
is updated automatically bybootloader.js
, so you only need to updateclock
insettings.json
.