From 85994304581603e60fdf87542cde1d680e679540 Mon Sep 17 00:00:00 2001 From: Ollo Date: Tue, 13 Oct 2020 21:09:20 +0200 Subject: [PATCH] Describe filesystem uploade --- esp32/data/homie/Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 esp32/data/homie/Readme.md 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```