PlantCtrl/esp32/data/homie/Readme.md

13 lines
390 B
Markdown
Raw Permalink Normal View History

2020-10-13 21:09:20 +02:00
# 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```
2021-01-03 16:32:09 +01:00
## Command pio
Can be found at ```~/.platformio/penv/bin/pio```