mysensors / NodeManager

Plugin for a rapid development of battery-powered sensors
130 stars 82 forks source link

New packaging of child values in EEPROM #546

Closed j54n1n closed 2 years ago

j54n1n commented 2 years ago

With this change the value of a child gets stored in a more compact way without the need of a sign byte and with an extended range or precision. An int number will be composed by bitshifts and a float number will be memory copied for each byte. See also issue #544.