We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4ccc2 commit 21ef9e5Copy full SHA for 21ef9e5
1 file changed
supervisor/shared/web_workflow/web_workflow.c
@@ -342,6 +342,7 @@ bool supervisor_start_web_workflow(void) {
342
if (reset_reason != RESET_REASON_POWER_ON &&
343
reset_reason != RESET_REASON_RESET_PIN &&
344
reset_reason != RESET_REASON_DEEP_SLEEP_ALARM &&
345
+ reset_reason != RESET_REASON_WATCHDOG &&
346
reset_reason != RESET_REASON_UNKNOWN &&
347
reset_reason != RESET_REASON_SOFTWARE) {
348
return false;
0 commit comments