Skip to content

v15b - Negative Temp Display Bugfix

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 13:52
· 9 commits to master since this release
2efdbfb

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

  • @jalim made their first contribution in #92

Full Changelog: v15...v15b