dump() tries to work out what the pins were set to by looking at the state of the hardware. My guess is that D12-14 are used for something like the serial port, but the Espruino compile for the ESP8266 that you're using isn't aware of that.
For @Kolban and @tve it's to do with the IS_PIN_USED_INTERNALLY macro created by build_platform_config
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.
dump()
tries to work out what the pins were set to by looking at the state of the hardware. My guess is that D12-14 are used for something like the serial port, but the Espruino compile for the ESP8266 that you're using isn't aware of that.For @Kolban and @tve it's to do with the
IS_PIN_USED_INTERNALLY
macro created bybuild_platform_config