Skip to content

Commit 7585737

Browse files
committed
Merge branch 'feature/6-persistent-storage-for-configuration-and-task-information-8' into feature/6-persistent-storage-for-configuration-and-task-information-7
2 parents 1c3f434 + 9640072 commit 7585737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage/storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static void switchToApplicationMode()
128128
{
129129
usbMsc.mediaPresent(false);
130130
FFat.end(); // invalidate cache
131-
ESP_ERROR_CHECK(FFat.begin()); // update data
131+
assert(FFat.begin()); // update data
132132
fileSystemState.setReady(true);
133133
}
134134

0 commit comments

Comments
 (0)