1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 16:42:19 +01:00
This commit is contained in:
J. Nick Koston
2025-09-27 13:09:09 -05:00
parent 3ab362214b
commit cba69e6a36

View File

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