1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00
This commit is contained in:
J. Nick Koston
2025-09-27 13:09:06 -05:00
parent cf650708d2
commit 3ab362214b

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 = 128;
void process_dns_request();