Commit cd88b3c
authored
Update NetWizard.cpp
Added delay before ESP32 DNS initialization to prevent crashes
Added a 100ms delay before checking WiFi AP IP status in the NetWizard loop function.
This delay prevents crashes that were occurring when selecting WiFi access points by
ensuring the WiFi system has adequate time to initialize before starting the DNS server.
Changes:
- Added 100ms delay before ESP32 condition check in NetWizard::loop()
- Helps prevent race condition between WiFi AP initialization and DNS server setup1 parent cadd5f5 commit cd88b3c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
0 commit comments