I made a modified module and put this module in the "node_modules" folder on the SD card.
When I try to download my code to the Espruino with the proper require("xxxx") a pop-up window says file "xxxx" not found ?
STAND-ALONE ESPRUINO If you have an Espruino with an SD card (but
you're not using the Web IDE), you can copy the modules you need
into a directory called 'node_modules' on the SD card. Now, whenever
you write require("modulename") the module will be used.
Are you saying I can't use the WEB-IDE with a "Stand-Alone Espruino?"
There should a software flag in the WEB-IDE to select either the Internet or default to the local SD card using the WEB-IDE?
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.
I made a modified module and put this module in the "node_modules" folder on the SD card.
When I try to download my code to the Espruino with the proper require("xxxx") a pop-up window says file "xxxx" not found ?
Are you saying I can't use the WEB-IDE with a "Stand-Alone Espruino?"
There should a software flag in the WEB-IDE to select either the Internet or default to the local SD card using the WEB-IDE?