JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
437 stars 89 forks source link

Callback functions #135

Closed aryadas98 closed 2 years ago

aryadas98 commented 2 years ago

The ESP ArduinoOTA library has some callback functions like onStart(), onEnd(), onProgress(), onError(). I wanted to know whether there are any such callback functions in this library. Would be useful in debugging issues.

Thank you for writing this excellent library. 🎉

JAndrassy commented 2 years ago

https://github.com/jandrassy/ArduinoOTA/blob/master/src/WiFiOTA.h#L45-L52