Update safeboot.md

fixed typo
This commit is contained in:
gijsio
2020-08-14 13:40:09 +02:00
parent 4e8e7d03ce
commit fe95fc153e

View File

@@ -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.