Added bug to release notes

This commit is contained in:
Magnus Persson 2022-04-06 15:44:26 +02:00
parent e8740364cf
commit 75e9d178a3

View File

@ -23,6 +23,7 @@ v0.9.0
* BUG: If using plato and not gravity formula was defined the value was set to null. * BUG: If using plato and not gravity formula was defined the value was set to null.
* BUG: Temp format name was incorrect in iSpindle format causing receiver to incorrectly read temperature. * BUG: Temp format name was incorrect in iSpindle format causing receiver to incorrectly read temperature.
* BUG: Temperature sensor adjusmemnt value was not handled properly when using Farenheight. * BUG: Temperature sensor adjusmemnt value was not handled properly when using Farenheight.
* BUG: If the ID was to low the device id could end up with a leading space causing errors in data post. Added leading zero to ID.
v0.8.0 v0.8.0
------ ------