Skip to content

Release 5.4.1 - Multi-HID and LWIP bug fixes

Choose a tag to compare

@github-actions github-actions released this 22 Oct 15:43
· 7 commits to master since this release

Overview

Minor update that fixes a USB bug when multiple HID (i.e. Mouse and Keyboard) were running in a sketch, as well as a small LWIP internal memory leak.

LWIP

  • Remove a small Ethernet debugging counter (#3217)
  • Fix 60 byte DHCP leak per ::begin (#3213)
  • Fix LWIP failure after 256 Ethernet disconnects (#3212)

USB

  • HID report ID not incrementing in multi-HID (#3208)