Skip to content

Commit

Permalink
#13 Updated link to newer version of ESP32FS
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed Sep 29, 2021
1 parent f085521 commit 2cf07a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The full documentation for this is in the `TFT_eSPI` library, but tl,dr:
### Install SPIFFS uploader
The code is [here](https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/), and instructions to install it are [here](https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/).

tl,dr: Download and unzip [this file](https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/download/1.0/ESP32FS-1.0.zip) into your `Arduino/tools/` directory. There might not be a `tools/` subdirectory yet, but if you see `Arduino/libraries/` that's the right place.
tl,dr: Download and unzip [this file](https://github.com/lorol/arduino-esp32fs-plugin/releases/download/2.0.7/esp32fs.zip) ([old file, reportedly not working](https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/download/1.0/ESP32FS-1.0.zip)) into your `Arduino/tools/` directory. There might not be a `tools/` subdirectory yet, but if you see `Arduino/libraries/` that's the right place.

### Restart Arduino
After installing the ESP32 support, all the libraries, and the SPIFFS uploader, restart Arduino to make sure it knows its all there.
Expand Down

0 comments on commit 2cf07a4

Please sign in to comment.