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 64b394f commit 6a5b8beCopy full SHA for 6a5b8be
examples/PagerServer/PagerServer.ino
@@ -39,7 +39,7 @@ void setup() {
39
if (Ethernet.linkStatus() == LinkOFF) {
40
Serial.println("Ethernet cable is not connected.");
41
}
42
- // try to congifure using IP address instead of DHCP:
+ // try to configure using IP address instead of DHCP:
43
Ethernet.begin(mac, ip);
44
} else {
45
Serial.print(" DHCP assigned IP ");
0 commit comments