Skip to content

Commit

Permalink
corrected version
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Mar 28, 2023
1 parent 46ef53d commit 0338156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus-mqtt-battery/dbus-mqtt-battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def __init__(
self._dbusservice.add_path('/ProductId', 0xFFFF)
self._dbusservice.add_path('/ProductName', productname)
self._dbusservice.add_path('/CustomName', customname)
self._dbusservice.add_path('/FirmwareVersion', '1.0.3')
self._dbusservice.add_path('/FirmwareVersion', '1.0.2')
#self._dbusservice.add_path('/HardwareVersion', '')
self._dbusservice.add_path('/Connected', 1)

Expand Down

0 comments on commit 0338156

Please sign in to comment.