From fe95fc153e9299a93cbaff70fbe783e39812b489 Mon Sep 17 00:00:00 2001 From: gijsio <67470426+gijsio@users.noreply.github.com> Date: Fri, 14 Aug 2020 13:40:09 +0200 Subject: [PATCH] Update safeboot.md fixed typo --- content/gettingstarted/programming/safeboot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/gettingstarted/programming/safeboot.md b/content/gettingstarted/programming/safeboot.md index 9195ce3..9bd4f84 100644 --- a/content/gettingstarted/programming/safeboot.md +++ b/content/gettingstarted/programming/safeboot.md @@ -30,7 +30,7 @@ If problems occur within the filesystem or you wish to factory reset your module ```python >>> import os ->>> os.fsformat('flash') +>>> os.fsformat('/flash') ``` > Be aware, formatting the flash filesystem will delete all files inside the internal device storage (not the SD card) and they cannot be recovered.