Merge pull request #309 from pycom/api-rework

reformat API pages
This commit is contained in:
gijsio
2020-08-28 12:01:12 +02:00
committed by GitHub
45 changed files with 1322 additions and 1649 deletions

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.