Skip to content

Commit

Permalink
file encode fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Louisvdw committed Jun 19, 2021
1 parent bf71f42 commit 87bf07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/dbus-serialbattery/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
logger.setLevel(logging.INFO)

# Constants - Need to dynamically get them in future
DRIVER_VERSION = 0.4
DRIVER_SUBVERSION = 'beta4'
DRIVER_VERSION = 0.5
DRIVER_SUBVERSION = 'beta1'
zero_char = chr(48)
# Cell min/max voltages - used with the cell count to get the min/max battery voltage
MIN_CELL_VOLTAGE = 3.1
Expand Down

0 comments on commit 87bf07a

Please sign in to comment.