From d79e725cd40d863e71ff275407b026e8a88571c7 Mon Sep 17 00:00:00 2001 From: bsilvereagle Date: Sun, 8 Jan 2017 09:34:42 -0500 Subject: [PATCH] Updated arduino-esp8266fs-plugin link to 0.3.0 --- doc/filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filesystem.md b/doc/filesystem.md index e7987d63c2..126ca32cc8 100644 --- a/doc/filesystem.md +++ b/doc/filesystem.md @@ -64,7 +64,7 @@ ESPDuino | 4M | 1M, 3M *ESP8266FS* is a tool which integrates into the Arduino IDE. It adds a menu item to *Tools* menu for uploading the contents of sketch data directory into ESP8266 flash file system. -- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.2.0/ESP8266FS-0.2.0.zip. +- Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.3.0/ESP8266FS-0.3.0.zip. - In your Arduino sketchbook directory, create `tools` directory if it doesn't exist yet - Unpack the tool into `tools` directory (the path will look like `/Arduino/tools/ESP8266FS/tool/esp8266fs.jar`) - Restart Arduino IDE