Never mind, I think I totally botched the syntax. It should be:
function onInit() { Puck.eval("load('timestamplog.app.js')", output => { setTimeout(() => { Puck.eval("stampLog", output2 => { document.getElementById("content").innerHTML = output2; }); }, 3000); }); }
My mind gets along much better with Python than this mess. :D
@tev started
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.
Never mind, I think I totally botched the syntax. It should be:
My mind gets along much better with Python than this mess. :D