Browse Source

added data upload instructions

master
then 4 years ago
parent
commit
f65793276f
  1. 4
      code/esp8266/README.md

4
code/esp8266/README.md

@ -14,6 +14,10 @@ This guide assumes you have a 4MB ESP12F microcontroller and use Arduino IDE.
* SPIFFS: You will need to add SPIFFS file upload support to Arduino if you want to upload files to the ESP12F, see: https://github.com/esp8266/arduino-esp8266fs-plugin
### Uploading Data to SPIFFS
The website served on the ESP8266 lives in the 'data' folder inside the sketchyour sketch. To upload this data you need the 'Arduino ESP8266 filesystem uploader' plugin. Find it [here](https://github.com/esp8266/arduino-esp8266fs-plugin).
You will find the tool/function in Arduino > Tools > ESP8266 Sketch Data Upload (make sure the directory path is correct). Close the Serial Monitor prior to uploading data.
### Uploading Code
For ESP12F use the following settings in Arduino IDE

Loading…
Cancel
Save