You are reading a single comment by @user159262 and its replies. Click here to read the full conversation.
  • I want to make a webserver using webserver module. I uploaded an html file via Espruino WEB IDE and wanted to reference it when creating a webserver, I did it in the following way:

    var code = require("Storage").readArrayBuffer('web.html');
    

    but when I start my server and browse the page, I see this message:

    WebServer error Error: Error: Could not open file : NO_PATH
    

    what did I do wrong?

About

Avatar for user159262 @user159262 started