SeedLabs-it / smartknob-firmware

Repository for the Smart Knob Firmware (Currently supporting Dev Kit v0.1)
Other
30 stars 5 forks source link

Memory issue, light_dimmer.cpp #21

Closed carlhampuswall closed 9 months ago

carlhampuswall commented 9 months ago

I think i tracked the issue down to the render() of the light_dimmer something gets unallocated/deleted from memory and then it tries reading from there.

To recreate: go into Light Dimmer on knob give no input and just wait should crash after approx 30s after last input was given.