mirror of
https://github.com/jscrane/r65emu.git
synced 2025-08-09 18:25:31 +00:00
bugfixes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user