martin-ger / esp-open-lwip

ESP8266 lwIP library with NAT, SLIP, ENC28j60 Ethernet, and routing support
67 stars 25 forks source link

Bug fixes and enhancements. #6

Closed xxxajk closed 5 years ago

xxxajk commented 5 years ago

Fix UDP route bug for broadcasts. Fix IP route bug to direct packets to correct interface. Fix ENC28J60 code to reset the PHY during init phase. Split and recycle dhcpserver.h to reduce source bloat. Add DHCP server for ENC28J60. Removed trailing whitespace on all changed files. Reformat indent as needed on all changed files.