Skip to content

Commit fd530aa

Browse files
Flash should delete the data log.
1 parent 1077d2f commit fd530aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/board/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ export class Board {
285285
const idx = this.fs.create(name);
286286
this.fs.write(idx, value);
287287
});
288+
this.dataLogging.delete();
288289
return this.start();
289290
}
290291

0 commit comments

Comments
 (0)