• So now i'm using 1mb and formatted it... but what i get now is that doesn't find any library from modules folder in project directory and even other libraries that should be present already in the firmware... the error i get is:

    var nfc = require("PN532").connect(I2C1);
    WARNING: Module "PN532" not found
    Uncaught Error: Unable to mount media : NO_FILESYSTEM
     at line 1 col 26
    var nfc = require("PN532").connect(I2C1);
    

    then i format with:

    E.flashFatFS({format:true});
    

    and what i get is:

    WARNING: Module "PN532" not found
    Uncaught Error: Could not open file : NO_PATH
     at line 1 col 30
    var mqtt = require("PN532").create(server, {
    

    what is it happening??

About

Avatar for user70656 @user70656 started