vovagorodok / ArduinoBleOTA

Upload firmware over Bluetooth
MIT License
24 stars 8 forks source link

Feature request: callback on upload start #12

Closed Pikokosan closed 1 year ago

Pikokosan commented 1 year ago

I'd like to see a call back function to know when the update is started and finished. The project i've been implementing this into has a serial based screen. id like to be able to call up the updating screen when the device is updating and call back to the normal screen when complete.

vovagorodok commented 1 year ago

Done: https://github.com/vovagorodok/ArduinoBleOTA/commit/2dffff95e794252d4b46298ea7b8d13fe26f209f

vovagorodok commented 1 year ago

I'll close it. Fill free to reopen