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 04af28b commit f7cc6b6Copy full SHA for f7cc6b6
examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino
@@ -18,7 +18,7 @@
18
* If using a Portenta + Ethernet shield you'll need a EthernetConnectionHandler object as follows:
19
*
20
* DHCP mode
21
- * EthernetConnectionHandler conMan();
+ * EthernetConnectionHandler conMan;
22
23
* Manual configuration
24
* EthernetConnectionHandler conMan(SECRET_IP, SECRET_DNS, SECRET_GATEWAY, SECRET_NETMASK);
0 commit comments