Doesn't Espruino on ESP8266 output debug info on D2 if you don't turn that off?
require("ESP8266").logDebug(0); require("ESP8266").setLog(0);
@DrAzzy started
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.
Doesn't Espruino on ESP8266 output debug info on D2 if you don't turn that off?