Skip to content

Conversation

@aentinger
Copy link
Contributor

Within the Arduino IoT Cloud firmware stack we are using a watchdog to prevent unintended application lockup. Unfortunately in certain situations the connection attempt undertaken within WiFiNINA can take so long that the watchdog is triggered although everything is fine. This change is feeding the watchdog (if one is present) so to avoid prematurely triggering of the watchdog.

…prevent a premature reset.

Within the Arduino IoT Cloud firmware stack we are using a watchdog to prevent unintended application lockup. Unfortunately in certain situations the connection attempt undertaken within WiFiNINA can take so long that the watchdog is triggered although everything is fine. This change is feeding the watchdog (if one is present) so to avoid prematurely triggering of the watchdog.
@aentinger aentinger added the type: imperfection Perceived defect in any part of project label Mar 16, 2021
@aentinger aentinger self-assigned this Mar 16, 2021
@aentinger aentinger merged commit 646d091 into master Mar 16, 2021
@aentinger aentinger deleted the watchdog-for-aiot branch March 16, 2021 12:23
facchinm added a commit to facchinm/WiFiNINA that referenced this pull request Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: imperfection Perceived defect in any part of project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants