Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compile now EthernetClient == is overloaded
Remove comparison of m_client against NULL as this causes a compilation error since arduino/Arduino@ca37de4. Also initialize m_client with MAX_SOCK_NUMBER to make boolean test of m_client work correctly.
- Loading branch information