Easiest way to test is just do: analogWrite(LED1,0.5,{freq:10,soft:true}) - on the old image you should see the speed of flashing varying every second, but on the new image it should be stable.
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, should be fixed now! Just do an advanced flash with the URL of the
_wifi.bin
image listed here: http://www.espruino.com/binaries/git/commits/master/Easiest way to test is just do:
analogWrite(LED1,0.5,{freq:10,soft:true})
- on the old image you should see the speed of flashing varying every second, but on the new image it should be stable.