1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-07 17:42:43 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
david gauchard
324b3f9678 IPAddress updates (#5409)
* restore definition of ip_addr (=ipv4_addr) when IPv6 is not enabled

* overload IPAddress:operator == and != to avoid ambiguousness

* brings lwIP's INADDR_NONE (which is IPv4 255.255.255.255, suposed to be invalid address but it is)

* inet_aton is a lwIP define, rename Ethernet DNS implementation of this to prevent name collision
that's because IPAddress now includes lwip/inet.h
2018-12-01 23:21:33 -03:00
Markus Sattler
6735cad17a add Ethernet library for W5100 2015-11-05 20:55:55 +01:00