1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-30 17:12:20 +01:00

Merge branch 'make_captive_portal_captive' into integration

This commit is contained in:
J. Nick Koston
2025-09-27 13:09:17 -05:00

View File

@@ -15,7 +15,7 @@ class DNSServer {
void process_next_request();
protected:
static constexpr size_t DNS_BUFFER_SIZE = 256;
static constexpr size_t DNS_BUFFER_SIZE = 192;
void process_dns_request();