mirror of
https://github.com/esphome/esphome.git
synced 2025-06-15 14:56:59 +02:00
one more
This commit is contained in:
parent
7ddf51bb51
commit
e31c7b7dfc
@ -35,6 +35,8 @@ class CaptivePortal : public AsyncWebHandler, public Component {
|
||||
this->dns_server_->stop();
|
||||
this->dns_server_ = nullptr;
|
||||
#endif
|
||||
// Mark loop as done since we no longer need to process DNS requests
|
||||
this->mark_loop_done();
|
||||
}
|
||||
|
||||
bool canHandle(AsyncWebServerRequest *request) override {
|
||||
|
Loading…
x
Reference in New Issue
Block a user