Skip to content

Commit

Permalink
Merge pull request #124 from husarion/pkowalsk1-patch-1
Browse files Browse the repository at this point in the history
fix adc_node.py
  • Loading branch information
KmakD authored Jun 2, 2023
2 parents c375c86 + c885d79 commit 8624607
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion panther_battery/src/adc_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def __init__(self, name: str) -> None:

self._battery_count = self._check_battery_count()
self._battery_charging = True # const for now, later this will be evaluated


self._charger_connected = False

self._lock = Lock()

# -------------------------------
Expand Down

0 comments on commit 8624607

Please sign in to comment.