• Why did you swap the order of the lines around? Try:

      var s = new SPI();
      s.setup({mosi:NodeMCU.D13, miso:NodeMCU.D12, sck:NodeMCU.D14});
      E.connectSDCard(s, NodeMCU.D4);
    

    it might help...

About

Avatar for Gordon @Gordon started