HeimgardTechnologiesAS / homecontrol-mqtt

Software to enable you to make your own IoT devices and connect them to Home Control AS powered smart home systems.
https://www.homecontrol.no
MIT License
5 stars 3 forks source link

HCM: buffers are not needed probably #29

Closed sekyHC closed 6 years ago

sekyHC commented 6 years ago

right now every endpoint class has its own buffer that can be reduced a lot. But we need to take a look how to completely remove those buffers, as this is something that can be stored in flash and not in ram, and maybe not even be changed ever. Needs investigating, but this will save us a lot of memory

SlovicHC commented 6 years ago

will be solved within #34