ct-Open-Source / Basecamp

An Arduino library to ease the use of the ESP32 in IoT projects
GNU General Public License v3.0
254 stars 48 forks source link

If data.json gets too large it gets corrupted #47

Open BeenThereScrewedUp opened 6 years ago

BeenThereScrewedUp commented 6 years ago

Hi,

when there are too many interface elements or attributes to interface elements, data.json gets corrupted. Looks like a buffer overflow. There is no warning or check anywhere.

Regards

merlinschumacher commented 6 years ago

I will look into it. Do you have a code example that produces this bug?