Skip to content

Update filesystem.rst #2

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

Open
wants to merge 1 commit into
base: master
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: 1 addition & 1 deletion doc/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Subiendo ficheros al sistema de archivos

*ESP8266FS* es una herramienta que se integra en el IDE de Arduino. Añadiendo una nueva casilla al menú *Herramientas* para subir el contenido del directorio "data" del sketch al sistema de ficheros flash del ESP8266.

- Descarga la herramienta: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.3.0/ESP8266FS-0.3.0.zip.
- Descarga la herramienta: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.4.0/ESP8266FS-0.4.0.zip
- En el directorio de sketchs de Arduino, crea el directorio ``tools`` si no existe todavía.
- Descomprime la herramienta en el directorio ``tools`` (la ruta debe quedar ``<home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar``).
- Reinicia el IDE de Arduino.
Expand Down