We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520b526 commit 3573231Copy full SHA for 3573231
src/AudioTools/AudioLibs/SDDirect.h
@@ -248,7 +248,11 @@ class SDDirect {
248
}
249
return result;
250
#else
251
+# ifdef RP2040_HOWER
252
+ return p_sd->open(name, "r");
253
+# else
254
return p_sd->open(name);
255
+# endif
256
#endif
257
258
};
src/AudioTools/AudioLibs/SDIndex.h
@@ -310,7 +310,11 @@ class SDIndex {
310
311
312
313
314
315
316
317
318
319
320
0 commit comments