Skip to content

0.8.0 Glycol Support

Compare
Choose a tag to compare
@lbussy lbussy released this 07 Jun 21:17
e560efc

This feature release adds support for the Glycol shield and pinouts. No UI changes have been made.

Upgrading

Existing users of BrewPi Remix 0.5.3 and above may upgrade with:

sudo /home/brewpi/utils/doUpdate.sh

If you are not on version 0.5.3 or above (or if you have no idea what version you are on,) use the following command to upgrade to the latest version:

curl -L upgrade.brewpiremix.com | sudo bash

You must run this from within your /home/brewpi directory or from each chamber's directory in multi-chamber mode.

Tools

No significant changes

Scripts

Commit Summary

  • e5a716c Update Python interpreter declaration
  • b33d8af Add "glycol" shield type
  • 8d7abdc More glycol support

File Changes

M brewpiVersion.py (13)
M gitHubReleases.py(2)
M gitInfo.py (2)
M pinList.py (21)
M updateFirmware.py (9)

Patch Links:

Web UI

No changes