v15b - Negative Temp Display Bugfix
The v15b release of BrewPi-ESP fixes a bug in the temperature conversion functions that resulted in negative temperatures (such as those sometimes experienced when cold crashing in Celsius) displaying as positive when converted to a string. This could result in negative temperatures appearing as positive both on the LCD Display as well as in graph points -- even though the temperature was being correctly controlled.
What's Changed
- Fix negative temps not displaying correctly. by @jalim in #92
- Lock ESP32-S2 targets to Arduino v2.0.6 by @thorrak in #93 (previously released as v15a)
- Update Documentation by @thorrak in #94
New Contributors
Full Changelog: v15...v15b