stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

Fixing bug that caused large memory consumption #76

Closed jeremyB01 closed 9 months ago

jeremyB01 commented 9 months ago

As listed in issue #75, there is an error that caused large memory usage in the EthernetClientmodule. These changes fix the mentioned memory bug.