I'm trying to load a local module in the Pico. I have setup the sandbox and copied my module to the modules folder. When I use require('module') i get the following error:
ERROR: SD card must be setup with E.connectSDCard first
Then the module is not found and more error occur. Any clue what I am doing wrong?
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,
I'm trying to load a local module in the Pico. I have setup the sandbox and copied my module to the modules folder. When I use require('module') i get the following error:
ERROR: SD card must be setup with E.connectSDCard first
Then the module is not found and more error occur. Any clue what I am doing wrong?
Thanks,
Mike