-
Hi @Gordon,
function onInit() { exec(require('fs').readFile("boot.js")); }
i can't find any documentation about "exec". I tried it with my pico, but i just get
Uncaught ReferenceError: "exec" is not defined at line 3 col 3
exec();I would like to execute some code, that is stored on an connected sd card.
What is missing? Could you help me with that?Thank you :)
Hi @Gordon,
oh great. Then everything is fine. I thought it is something special :P
Thank you. Have a nice day.