We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b014e94 + 1a5afd4 commit 55c3e9fCopy full SHA for 55c3e9f
supervisor/shared/web_workflow/web_workflow.c
@@ -261,6 +261,7 @@ void supervisor_start_web_workflow(void) {
261
const mcu_reset_reason_t reset_reason = common_hal_mcu_processor_get_reset_reason();
262
if (reset_reason != RESET_REASON_POWER_ON &&
263
reset_reason != RESET_REASON_RESET_PIN &&
264
+ reset_reason != RESET_REASON_DEEP_SLEEP_ALARM &&
265
reset_reason != RESET_REASON_UNKNOWN &&
266
reset_reason != RESET_REASON_SOFTWARE) {
267
return;
0 commit comments