Chat freely about anything...

User avatar
By aryaesp
#88613 Hi, how can we do filesystem OTA for ESP8266 via . For example, if I am hosting a webserver that is serving pages, css, js, etc. from the flash, now with http server I can do OTA of the sketch (.bin file), but how can I do OTA update of my data files stored in flash/filesystem ?
User avatar
By ghdsportsapk
#88719 Alternatively, you can go to Sketch > Include Library > .zip Library and select the previously downloaded library.

Installing BME280 libraries
In this tutorial, we’ll display readings from a BME280 sensor (Guide with ESP8266). You need to install the following libraries:

Adafruit_BME280_Library
Adafruit_Sensor
You can install these libraries through the Arduino IDE Libraries Manager. Go to Sketch > Include Libraries > Manage Libraries. Then, search for the libraries’ name to install them.

ghd sports