1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-11-30 05:24:00 +03:00
Files
esp8266/libraries/Ethernet/Ethernet.h
David A. Mellis a642f0a15d Fixing Client and capitalizing header file names.
The switch from checking _sock against a default value, combined with the checking for unconnected clients in status(), broke the Client.  I went back to checking the value of _sock against the default and removed the _connected member altogether because it was redundant (and therefore needed to be kept in sync with _sock).
2010-08-03 13:36:47 +00:00

501 B