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 9d574b2 commit a814bfbCopy full SHA for a814bfb
examples/companion_radio/DataStore.cpp
@@ -48,7 +48,7 @@ File DataStore::openRead(const char* filename) {
48
#elif defined(RP2040_PLATFORM)
49
return _fs->open(filename, "r");
50
#else
51
- return _fs->open(filename, "r", true);
+ return _fs->open(filename, "r", false);
52
#endif
53
}
54
0 commit comments