Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9662a59 commit f3e39e8Copy full SHA for f3e39e8
cores/arduino/IPAddress.cpp
@@ -113,4 +113,3 @@ String IPAddress::toString() const
113
sprintf(szRet, "%u.%u.%u.%u", _address.bytes[0], _address.bytes[1], _address.bytes[2], _address.bytes[3]);
114
return String(szRet);
115
}
116
-
0 commit comments