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 bb7f1db commit 8496b00Copy full SHA for 8496b00
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