Skip to content

2.0.4

Compare
Choose a tag to compare
@JAndrassy JAndrassy released this 29 Aug 18:27
· 12 commits to master since this release

bug fixes

  • uIP ARP table cleanup was not invoked - added in tick()
  • uip_arp.c - workaround for weird crash on RP2040 - in uip_arp_update any attempt to retrieve value from ipaddr location
    crashed. memcmp works.