Temp sensor adj when in F

This commit is contained in:
Magnus Persson
2022-04-03 20:28:59 +02:00
parent 1494b2b3b2
commit f2b926cce6
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ v0.9.0
* BUG: Corrected PIN for voltage read on ESP32
* 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: Temperature sensor adjusmemnt value was not handled properly when using Farenheight.
v0.8.0
------