From 9c15accbbb1e94be747c8cf7dfde307d340ade1f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 13 Apr 2016 12:40:43 +0300 Subject: [PATCH] Improve explanation about "data" directory for SPIFFS // Issue #382 --- docs/platforms/espressif_extra.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index adaf2af9..b52760df 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -118,7 +118,8 @@ Uploading files to file system SPIFFS information first. 1. Initialise project :ref:`cmd_init` (if you have not initialized yet) -2. Create :ref:`projectconf_pio_data_dir` and put files here +2. Create ``data`` folder (it should be on the same level as ``src`` folder) + and put files here. Also, you can specify own location for :ref:`projectconf_pio_data_dir` 3. Run target ``uploadfs`` using :option:`platformio run --target` command. To upload SPIFFS image using OTA update please specify ``upload_port`` /