Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Jul 6, 2022
2 parents 97f6fed + 9e5c714 commit 80794be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Arduino_esp32_SD/Arduino_esp32_SD.ino
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void setup(void){
/////FTP Setup, ensure SPIFFS is started before ftp; /////////

/////FTP Setup, ensure SPIFFS is started before ftp; /////////
SPI.begin(14, 2, 15, 13); //SCK, MISO, MOSI,SS
SPI.begin(14, 12, 15, 13); //SCK, MISO, MOSI,SS

if (SD.begin(13, SPI)) {
Serial.println("SD opened!");
Expand Down

0 comments on commit 80794be

Please sign in to comment.