Skip to content

Commit

Permalink
Update README with SPIFFS upload for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Sep 8, 2018
1 parent 71478ca commit 8666c91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -54,10 +54,18 @@ Upload the ```index.html``` file found in the ```data``` directory into the SPIF
Instructions on how to do this vary based on your IDE. Below are links instructions
on the most common IDEs:

#### ESP8266

* [Arduino IDE](http://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system)

* [Platform IO](http://docs.platformio.org/en/stable/platforms/espressif.html#uploading-files-to-file-system-spiffs)

#### ESP32

* [Arduino IDE](https://github.com/me-no-dev/arduino-esp32fs-plugin)

* [Platform IO](http://docs.platformio.org/en/stable/platforms/espressif32.html#uploading-files-to-file-system-spiffs)

# Documentation

## Methods
Expand Down

0 comments on commit 8666c91

Please sign in to comment.