Describe filesystem uploade

This commit is contained in:
Ollo 2020-10-13 21:09:20 +02:00
parent b87cfdb772
commit 8599430458

View File

@ -0,0 +1,9 @@
# Filesystem
## Configuration
Use the config-example.json from the host folder and create here a config.json file.
## HowTo upload
Start Platform.io
Open a new Atom-Terminal and generate the filesystem with the following command :
```pio run -t buildfs```
Upload this new generated filesystem with:
```pio run -t uploadfs```