1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-14 17:22:20 +01:00
This commit is contained in:
J. Nick Koston
2025-06-14 23:19:43 -05:00
parent e31c7b7dfc
commit a0cd72de28

View File

@@ -35,8 +35,6 @@ class CaptivePortal : public AsyncWebHandler, public Component {
this->dns_server_->stop(); this->dns_server_->stop();
this->dns_server_ = nullptr; this->dns_server_ = nullptr;
#endif #endif
// Mark loop as done since we no longer need to process DNS requests
this->mark_loop_done();
} }
bool canHandle(AsyncWebServerRequest *request) override { bool canHandle(AsyncWebServerRequest *request) override {