WIZ_Ethernet_Library
WIZ_Ethernet_Library copied to clipboard
WIZnet Ethernet Library
Results
2
WIZ_Ethernet_Library issues
Sort by
recently updated
recently updated
newest added
Just added an "#ifndef ESP8266" around the include line, so all other Arduinos still pick it up, but the ESP8266 doesn't.
This pull request adds two features: 1) Setting the RX/TX memory sizes of sockets by using: ``` cpp uint16_t sizes[4] = {8192,0,0,0}; // 8 Kb memory to the first socket...