You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • maybe a limit in storage implementation?

    No limit, works without error on my side

    >process.env
    ={
      VERSION: "2v03.4",
      GIT_COMMIT: "018e5296",
      BOARD: "ESP8266_4MB",
      FLASH: 0, RAM: 81920,
      SERIAL: "84f3eb23-aef8",
      CONSOLE: "Serial1",
      MODULES: "Flash,Storage,hea" ... "r,crypto,neopixel",
      EXPTR: 1073643636 }
    > 
    >require("Storage").write("test","a",0,1­2500);
    =true
    > 
    
  • thanks, after looking at your process.env, I found that I used BOARD "ESP8266" 's bin instead of BOARD "ESP8266_4MB" 's bin, that's why I failed to utilize the storage.

    many thanks for your help

About

Avatar for MaBe @MaBe started