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.