czagrzebski / SensorLink-Firmware

The firmware for the ESP32 IIoT Sensor Node built with ESP-IDF (Espressif IoT Development Framework)
0 stars 0 forks source link

Wi-Fi Management Code Memory Leak Fix #4

Closed czagrzebski closed 7 months ago

czagrzebski commented 7 months ago

Fixed an issue that caused a memory leak with the Wi-Fi Scan. An inadequately sized buffer causes heap corruption if there are more than 60 APs returned from a given scan. Also improved the error handling with some of the Wi-Fi management code.