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 35998e9 commit 6479087Copy full SHA for 6479087
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