You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The individual function calls during the OTA binary download process can take quite a lot of time. As the OTA callback is called from within the update() method the watchdog is not reset in its regular manner. As a consequence the watchdog needs to be fed/kicked/reset during the various OTA download steps in order to avoid a premature reset caused by watchdog-timeout.
0 commit comments