Is the Espruino WiFi connected to anything? Or is it just 'as it came' with nothing attached to the pins?
Also, are you able to use the Wifi in the Espruino WiFi at all at the moment, using normal JS code?
It might be that you have some code running on the Espruino WiFi that is interfering and causing the flashing to fail I guess? You could try running require("Storage").eraseAll() and then reset() and see if that helps?
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.
Hi,
Is the Espruino WiFi connected to anything? Or is it just 'as it came' with nothing attached to the pins?
Also, are you able to use the Wifi in the Espruino WiFi at all at the moment, using normal JS code?
It might be that you have some code running on the Espruino WiFi that is interfering and causing the flashing to fail I guess? You could try running
require("Storage").eraseAll()
and thenreset()
and see if that helps?