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 b15ccf2 commit 8782a24Copy full SHA for 8782a24
libraries/Ethernet/src/Ethernet.cpp
@@ -67,10 +67,6 @@ EthernetHardwareStatus EthernetClass::hardwareStatus() {
67
}
68
69
70
-int EthernetClass::disconnect() {
71
- return NetworkInterface::disconnect();
72
-}
73
-
74
void EthernetClass::end() {
75
disconnect();
76
libraries/Ethernet/src/Ethernet.h
@@ -53,8 +53,6 @@ class EthernetClass : public NetworkInterface {
53
54
55
void init(uint8_t sspin = 10);
56
57
- int disconnect(void);
58
void end(void);
59
60
IPAddress localIP();
0 commit comments