tttapa / ESP8266

Documentation and help with the ESP8266 chip/boards/modules
GNU General Public License v3.0
651 stars 282 forks source link

Updating contents of data folder #9

Open morrowwm opened 6 years ago

morrowwm commented 6 years ago

Fantastic guide, Peter. Very clear, and got my project going a lot quicker than planned. Thank you for putting the effort in to making this excellent resource revealing the power of this amazing board.

In the data logger section, I changed the graphing javascript file to show temperature and humidity on separate vertical axes. Also changed the data logger code itself to read from an Si7021 I2C module instead of DS18B20.

This leads to one suggestion for the guide: add a couple of sentences in the section where you first describe the data folder, saying that updates to a file just need to be reloaded, either from the Arduino IDE, or with the edit.html page you've created. I was seeing my changes NOT get in to SPIFF, so I removed the existing file. I'm not sure why, but they do overwrite if you try a couple of times.