Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: FTP Server using ESP32 with SD Card #32470
    lordwhiteley
    Participant

      So do you just add the following section of code…

      SPI.begin(18, 19, 23, 5); //SCK, MISO, MOSI,SS
      if (SD.begin(5, SPI)) {

      into the Arduino_esp32_SD.ino file then?

      Any particular section?

      Many thanks in advance 🙂

      in reply to: FTP Server using ESP32 with SD Card #32468
      lordwhiteley
      Participant

        hello,please can you tell me where to add the following lines ie which file do I alter?

        SPI.begin(18, 19, 23, 5); //SCK, MISO, MOSI,SS
        if (SD.begin(5, SPI)) {

        Thankyou

      Viewing 2 posts - 1 through 2 (of 2 total)