There was an error while loading. Please reload this page.
1 parent 381d027 commit df4ee3aCopy full SHA for df4ee3a
1 file changed
src/components/fs/FS.cpp
@@ -44,6 +44,8 @@ void FS::Init() {
44
return;
45
}
46
47
+ // Clean filesystem on boot
48
+ lfs_fs_gc(&lfs);
49
50
#ifndef PINETIME_IS_RECOVERY
51
VerifyResource();
0 commit comments