Avatar for user159262

user159262

Member since Nov 2024 • Last active Nov 2024
  • 1 conversations
  • 5 comments

Most recent activity

  • in ESP32
    Avatar for user159262

    I figured out the problem, I had to name the file in memory index.html (I just started studying all this), thanks for the answers and help!

  • in ESP32
    Avatar for user159262

    used this, still got error "INVALID_NAME". Btw I uploaded file by this function in the IDE

  • in ESP32
    Avatar for user159262

    upd:
    I changed the information in 'memory' in var webs to '/' and got this error:

    WebServer error Error: Error: Could not open file : INVALID_NAME
    
  • in ESP32
    Avatar for user159262

    I use storage library (4 line)

  • in ESP32
    Avatar for user159262

    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?

Actions