... I think the ESP8266.reboot() is overkill. To be honest we should probably make that E.reboot() or E.hardReset() and expose it as a function in jshardware.c. It'd be really useful for STM32s as well.
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 think the
ESP8266.reboot()
is overkill. To be honest we should probably make thatE.reboot()
orE.hardReset()
and expose it as a function injshardware.c
. It'd be really useful for STM32s as well.