I got "rounded clock hands" working by replacing let with var - with minification switched on!
let
var
However, the "smart clock size calculator" still produces that annoying toast...
@Andreas_Rozek 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.
I got "rounded clock hands" working by replacing
let
withvar
- with minification switched on!However, the "smart clock size calculator" still produces that annoying toast...