Skip to content

Releases: BrewPi/brewpi-script

Fixes for pyserial 3.0

Choose a tag to compare

@elcojacobs elcojacobs released this 31 Dec 10:50

Pyserial 3.0 was released 2 days ago and they changed the API. This broke BrewPi. This release fixes this.

Background thread serial communication

Choose a tag to compare

@elcojacobs elcojacobs released this 24 Dec 12:49

This release moves reading from serial to a background thread. Completed lines are placed on a queue to be read form the main thread.

This greatly improves responsiveness and it fixes errors created by the tiny (4K) serial input buffer in Python from overflowing. This was the cause of the control algorithm tab often not working in the web UI.

0.4.1 Firmware update fixes

Choose a tag to compare

@elcojacobs elcojacobs released this 11 Dec 21:44
  • Download photon system firmware from the last release in which it was included
  • Prevent Photon from rebooting into DFU mode after flashing, which caused serial exceptions

Updates for firmware v0.4.0

Choose a tag to compare

@elcojacobs elcojacobs released this 03 Dec 19:36
  • Reworked update scripts
  • EEPROM reset can be triggered from web interface
  • FlashDfu.py accepts directory as input
  • Support for toggling devices from the device manager