mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-15 11:26:40 +03:00
* Add progress callback to Updater class. This is a backport of the same functionality in the ESP32 core. * Add progress callback to Updater class. * Add typedef for callback function. * Fixed initializing order. * Added missing include (functional).