Skip to content

v1.2.0: I am altering the runtime. Pray I don't alter it any further.

Compare
Choose a tag to compare
@yesrod yesrod released this 18 Oct 21:10
· 143 commits to master since this release

Changes:

  • Python 3 is now required.
    • Minimum version is 3.5 to handle Raspbian Stretch installations, but you should upgrade to Buster ASAP as Python 3.5 is EOL.
  • Cleaned up the logic for tare and calibration of weight platforms
  • Added a whole bunch more debug statements

Bug fixes:

  • Add missing dependency on Flask in setup.py
  • Rework backlight stuff for LCD display to handle changes in luma.lcd 2.0.0+
    • Also require luma.lcd>=2.0.0 in setup.py