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 f79fb51 + cd88b3c commit 4e98789Copy full SHA for 4e98789
src/NetWizard.cpp
@@ -277,6 +277,7 @@ void NetWizard::loop() {
277
if (_dns != nullptr) {
278
// Check if DNS server is running
279
if (!_dns_running) {
280
+ delay(100); // Add a small delay here before checking ESP32 condition
281
#if defined(ESP32)
282
if (WiFi.AP.hasIP()) {
283
_dns->start(53, "*", WiFi.AP.localIP());
0 commit comments