@Sache, please read the conversation about Something is wrong - PICO, especially post #7 and adjust your code accordingly.
In a nutshell:
save()
setup()
onInit()
setup();
And you should be all set.
@allObjects 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.
@Sache, please read the conversation about Something is wrong - PICO, especially post #7 and adjust your code accordingly.
In a nutshell:
save()
from your code completelysetup()
onInit()
in which you invokesetup();
And you should be all set.