[PR #1616] Update WiFiManager.cpp #1787

Open
opened 2026-02-28 02:12:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/1616
Author: @alexbadger
Created: 5/27/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 WiFiManager.cpp (+3 -0)

📄 Description

With ESP32-WROOM-32E-N16, a watchdog reset occurs which is caused by the 'while' loop in the StartConfigPortal function exceeding the watchdog timer in some cases. Adding a delay(0) into this 'while' loop feeds the watchdog and prevents a timeout reset for ESP32.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/1616 **Author:** [@alexbadger](https://github.com/alexbadger) **Created:** 5/27/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7acc738`](https://github.com/tzapu/WiFiManager/commit/7acc7384a809a8c8cda4b7f8d6508349d050df87) Update WiFiManager.cpp ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `WiFiManager.cpp` (+3 -0) </details> ### 📄 Description With ESP32-WROOM-32E-N16, a watchdog reset occurs which is caused by the 'while' loop in the StartConfigPortal function exceeding the watchdog timer in some cases. Adding a delay(0) into this 'while' loop feeds the watchdog and prevents a timeout reset for ESP32. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1787
No description provided.