mirror of
https://github.com/jscrane/r65emu.git
synced 2025-04-15 00:39:52 +00:00
bugfixes
This commit is contained in:
parent
78e3fff5c3
commit
53a16b3a29
@ -82,7 +82,7 @@ const char *flash_filer::advance() {
|
||||
static char buf[32];
|
||||
while (true) {
|
||||
if (dir.next()) {
|
||||
file = dir.openFile("rb+");
|
||||
file = dir.openFile("r+");
|
||||
break;
|
||||
}
|
||||
dir = SPIFFS.openDir(_programs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user