From 3600ef61a7a71822d1845b84c80c23747a350b13 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 3 Oct 2016 17:24:39 +0300 Subject: [PATCH] Additional target "buildfs" to accompany "uploadfs" // Resolve #6 --- HISTORY.rst | 2 ++ docs/platforms/espressif8266_extra.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 46be4a40..09fc7d43 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,6 +15,8 @@ PlatformIO 3.0 * Development platform `Espressif 8266 `__ + Add support for ESPrectro board + + Additional target "buildfs" to accompany "uploadfs" + (`issue #6 `__) * Development platform `ST STM32 `__ diff --git a/docs/platforms/espressif8266_extra.rst b/docs/platforms/espressif8266_extra.rst index e48d4395..ad40391d 100644 --- a/docs/platforms/espressif8266_extra.rst +++ b/docs/platforms/espressif8266_extra.rst @@ -117,10 +117,10 @@ Uploading files to file system SPIFFS Please make sure to read `ESP8266 Flash layout `_ information first. -1. Initialise project :ref:`cmd_init` (if you have not initialized yet) +1. Initialize project :ref:`cmd_init` (if you have not initialized yet) 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. +3. Run ``buildfs`` or ``uploadfs`` target using :option:`platformio run --target` command. To upload SPIFFS image using OTA update please specify ``upload_port`` / ``--upload-port`` as IP address or mDNS host name (ending with the ``*.local``).