ESP8266FSインストール方法 †
概要 †
- ESP8266FSは、ファイルをesp8266のファイルシステムに書き込むための Arduino用プラグインです。
- 下記ページで公開されています。
インストール方法 †
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
- Download the tool archive from releases page.
- 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 <home_dir>/Arduino/tools/ESP8266FS/tool/esp8266fs.jar).
- Restart Arduino IDE.
参考Link †