Just to add, whether it is safe depends on jsAccessPointArray. If that hasn't been created or locked previously then you could end up unlocking too many times, which would probably cause an assert fail.
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.
Just to add, whether it is safe depends on
jsAccessPointArray
. If that hasn't been created or locked previously then you could end up unlocking too many times, which would probably cause an assert fail.