mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +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).