You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • 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);
    
    
About

Avatar for DrAzzy @DrAzzy started