Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Updater lifetime callbacks

Open mcspr opened this issue 3 years ago • 0 comments

follow-up of https://github.com/esp8266/Arduino/pull/8598 we removed some WiFiClient stopAll(s) from updaters, make some lifetime callbacks similar to ArduinoOTA ones so it can be handled by the user

arduino ota part is not 'proxied' to updater counterparts, since the idea there is to track things specific to arduino ota and not anything global

not tested

mcspr avatar Jul 30 '22 21:07 mcspr