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 c17cb1a commit 1c2e46fCopy full SHA for 1c2e46f
src/helpers.esp
@@ -1,6 +1,6 @@
1
-String printIP(IPAddress adress)
+String printIP(IPAddress address)
2
{
3
- return adress.toString();
+ return address.toString();
4
}
5
6
void parseBytes(const char *str, char sep, byte *bytes, int maxBytes, int base)
0 commit comments