Also I just noticed that the save() command doesn't preserve the CPU speed. As a workaround, I added an onInit function to set it on 80Mhz before saving my state.
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.
Also I just noticed that the
save()
command doesn't preserve the CPU speed. As a workaround, I added an onInit function to set it on 80Mhz before saving my state.