BaptisteHudyma / Lamp-Da

An embedded program to control an indexable color strip wrapped around a cylinder. Based on Seed nRF52840 Sense module
GNU General Public License v3.0
2 stars 1 forks source link

Optimise memory space #22

Closed BaptisteHudyma closed 2 weeks ago

BaptisteHudyma commented 2 weeks ago

The current string key and uint32 value is not optimised for space and has the following issues:

It should be modified so the string is replaced by the hash provided for strings. The 32 bit number beeing written should also be put in the file in direct form, not as a string like currently.