Hi! Help me please. I have nodemcu v3 board with 1.86 firmware.
This string - var wifi = require("Wifi") works without errors. But this - var fs = require("fs") causing the error: WARNING: Module "fs" not found. What to do?
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.
Hi! Help me please. I have nodemcu v3 board with 1.86 firmware.
This string - var wifi = require("Wifi") works without errors. But this - var fs = require("fs") causing the error: WARNING: Module "fs" not found. What to do?