We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc2b38 commit 6ad1aaaCopy full SHA for 6ad1aaa
src/Dns.cpp
@@ -57,8 +57,6 @@ void DNSClient::begin(const IPAddress& aDNSServer)
57
58
int DNSClient::inet_aton(const char* address, IPAddress& result)
59
{
60
- // TODO: add support for "a", "a.b", "a.b.c" formats
61
-
62
uint16_t acc = 0; // Accumulator
63
uint8_t dots = 0;
64
0 commit comments