Can you share some infos.
Yeah, the board is esp8266-01s and the version of espruino is 2.04. Usually, the program will get new code from WebSocket server and run
require("Storage").erase("usercode"); require("Storage").compact(); require("Storage").write("usercode", newCode);
@user111618 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.
Can you share some infos.