mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 09:36:59 +00:00
The parsetemplate function was almost always shown as function with the lowest free memory when called. The function did make a lot of memory re-allocations and was very hard to read. This commit is about reducing the memory allocations and speed up the parsing. Will also fix [this issue reported on the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=39219#p39219)