diff --git a/esp32/data/homie/Readme.md b/esp32/data/homie/Readme.md new file mode 100644 index 0000000..dafb240 --- /dev/null +++ b/esp32/data/homie/Readme.md @@ -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```