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 3c001ba commit 36c8143Copy full SHA for 36c8143
libraries/Ethernet/src/Ethernet.h
@@ -52,7 +52,6 @@ class EthernetClass : public NetworkInterface {
52
return begin(nullptr, ip, dns, gateway, subnet);
53
}
54
55
- void init(uint8_t sspin = 10);
56
void end(void);
57
58
void setRetransmissionTimeout(uint16_t milliseconds);
0 commit comments