gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
396 stars 141 forks source link

Fix the temperature sanity check when using Fahrenheit #112

Closed melyux closed 3 years ago

melyux commented 3 years ago

Reverts PR #108 as the last attempt left the code in a bad state. Also stops returning a C string from a function that's supposed to return a String.

NobleKangaroo commented 3 years ago

Good deal. Your commit 538d5d650760ffdb0f32dee4dc7df784493f62bc should resolve #110. Cheers!

gysmo38 commented 3 years ago

Thank you