esp8266

Arduino Core OTA Partition Size and Gzipping

3 minute read

When using the ESP Arduino Core library to flash updates for ESP8266 devices you must ensure you have a properly sized OTA partition. This article covers wha...

Correct ESP8266 OTA HTTP Server Headers

1 minute read

If you are using the Arduino Core libraries in your ESP8266 library and want to do OTA updates using the HTTP Server method you may have run into issues with...