Skip to content

Commit bd7b1c7

Browse files
Fixed SS pin issue. See espressif/arduino-esp32#10610
1 parent acabefb commit bd7b1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ void setup(void)
195195
SPI.begin(SCK, MISO, MOSI);
196196
SPI.setHwCs(true);
197197

198-
if (!SD.begin(SDCARD_SS))
198+
if (!SD.begin(SS))
199199
log_w("could not mount SD");
200200
else
201201
{

0 commit comments

Comments
 (0)