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, {
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
then i format with:
and what i get is:
what is it happening??