Unverified Commit a3c8a48e authored by Me No Dev's avatar Me No Dev Committed by GitHub

fix(net): Add back the friend classes required for Ethernet.h to work (#9635)

parent 4db2eddd
......@@ -124,6 +124,9 @@ public:
friend class UDP;
friend class Client;
friend class Server;
friend class EthernetClass;
friend class DhcpClass;
friend class DNSClient;
protected:
bool fromString4(const char *address);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment