From c756c92a13e12f82ae31af2f2685a387391b7cc6 Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Fri, 8 Jan 2021 21:47:51 +0100 Subject: [PATCH] #54 readme updated --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ffb7e..dd3ae90 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,13 @@ $ platformio run --target upload ``` $ yarn --cwd app $ yarn --cwd app build -$ platformio run --target buildfs // update esp $ platformio run --target uploadfs + +// alternative, create spiffs.bin +$ platformio run --target buildfs + ```