The pins should stay floating by default on boot. It would only be if you did save() when a pin state was already set up that Espruino would remember what the pin was set to
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.
The pins should stay floating by default on boot. It would only be if you did
save()
when a pin state was already set up that Espruino would remember what the pin was set to