diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index b786d7ae..21d1af82 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -28,6 +28,10 @@ from :ref:`projectconf` Custom Flash Size ----------------- +.. warning:: + Please make sure to read `ESP8266 Flash layout `_ + information first. + The list with preconfigured LD scripts is located in public repository `platformio-pkg-ldscripts `_. @@ -54,6 +58,10 @@ To override default LD script please use :ref:`projectconf_build_flags` from Uploading files to file system SPIFFS ------------------------------------- +.. warning:: + Please make sure to read `ESP8266 Flash layout `_ + information first. + 1. Put files to :ref:`projectconf_pio_data_dir` 2. Run target ``uploadfs`` via :option:`platformio run --target` command.