We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d2c4 commit d821721Copy full SHA for d821721
1 file changed
src/MenuItemSD.cpp
@@ -9,7 +9,7 @@ MenuItemFS* MenuItemSD::newMenuItemFS(const String& title, const String& path, b
9
fs::FS& MenuItemSD::getFS() const {
10
if (0 == path.length()) {
11
SD.end();
12
- SD.begin(TFCARD_CS_PIN);
+ SD.begin( TFCARD_CS_PIN, SPI, 40000000);
13
}
14
return SD;
15
0 commit comments