That's where Espruino tries to reconstruct the state of the pins from what they've been set to - it's not actually code as such, it's just added by dump() so if you did digitalWrite(D2,1) it'd get remembered.
I'm surprised the pins state us input_pullup - maybe jshGetPinState isn't working properly for ESP8266?
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.
That's where Espruino tries to reconstruct the state of the pins from what they've been set to - it's not actually code as such, it's just added by
dump()
so if you diddigitalWrite(D2,1)
it'd get remembered.I'm surprised the pins state us input_pullup - maybe
jshGetPinState
isn't working properly for ESP8266?