So it works as designed.
A reset() is not a boot, it is a soft reset that clears code.
reset()
A boot is when pressing reset button or call require("ESP8266").reboot
require("ESP8266").reboot
Many thanks,
I did not understand reset() func and take this func as restart device with boot.
Now is after reboot or power-on code loaded from memory.
Thanks for explanation and your time.
@jakub.frydrych 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.
So it works as designed.
A
reset()
is not a boot, it is a soft reset that clears code.A boot is when pressing reset button or call
require("ESP8266").reboot