Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include warning that uploads overwrite the filesytem #235

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions platforms/espressif8266_extra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ Uploading files to Filesystem
Please make sure to read `ESP8266 Flash layout <https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#flash-layout>`_
information first.

Uploading a file system image will overwrite any existing files.

1. Create a new project using :ref:`pioide` or initialize project using
:ref:`piocore` and :ref:`cmd_project_init` (if you have not initialized it yet)
2. Create the ``data`` folder (it should be on the same level as the ``src`` folder)
Expand Down