You are reading a single comment by @user111618 and its replies. Click here to read the full conversation.
  • Can you share some infos.

    • Board
    • Espruino version
    • code snippet
  • 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);
    
About

Avatar for user111618 @user111618 started