whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

avoid using bad memory in mqtt #329

Closed the0ne closed 4 years ago

the0ne commented 4 years ago

to avoid crashes, every memory allocation needs to be checked. reduce static memory by avoiding functions that are never used anyway.