-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Resolution: DuplicateIssue is a duplicate of another issueIssue is a duplicate of another issue
Description
The Arduino Server class has pure virtual begin() without parameters. The esp32 core Server.h has pure virtual begin() with parameter. Arduino networking libraries like Ethernet and UIPEthernet don't compile on esp32 core because they implement begin without parameter as required by Arduino API.
Metadata
Metadata
Assignees
Labels
Resolution: DuplicateIssue is a duplicate of another issueIssue is a duplicate of another issue