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 🙂
-
This reply was modified 2 months, 1 week ago by
lordwhiteley.