Builds. Some, such as ESP8266 build, seem to have broken. I know this is not mainline, but I understood the ESP8266 specifics were pretty stable. I've no idea if Puck additions have impacted the build for ESP8266, but it correlates. We'd all like the latest version of Espruino however we are using it.
Actual ESP build is using sdk 2.0 with boot_v1.6.bin which will cause infinit reboots.
Using boot_v1.5.bin will fix this. No idea what is wrong with boot_v1.6.bin.
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.
Actual ESP build is using sdk 2.0 with
boot_v1.6.bin
which will cause infinit reboots.Using
boot_v1.5.bin
will fix this. No idea what is wrong withboot_v1.6.bin
.