Skip to content

Commit

Permalink
fix(net): Add back the friend classes required for Ethernet.h to work
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed May 15, 2024
1 parent 4db2edd commit b3d21c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cores/esp32/IPAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ class IPAddress : public Printable {
friend class UDP;
friend class Client;
friend class Server;
friend class EthernetClass;
friend class DhcpClass;
friend class DNSClient;

protected:
bool fromString4(const char *address);
Expand Down

0 comments on commit b3d21c5

Please sign in to comment.