Skip to content

Commit

Permalink
Merge pull request #224 from NebraLtd/shawaj/midasreset
Browse files Browse the repository at this point in the history
feat: fix midas reset pin
  • Loading branch information
robputt authored Feb 17, 2023
2 parents 6da4877 + 898c3f5 commit 98cf50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def is_raspberry_pi() -> bool:
'SPIBUS': 'spidev0.0',
'KEY_STORAGE_BUS': '/dev/i2c-1',
'SWARM_KEY_URI': 'ecc://i2c-1:96?slot=0',
'RESET': 7,
'RESET': 17,
'MAC': 'wlan0',
'STATUS': 22,
'BUTTON': 27,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.53',
version='0.13.54',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit 98cf50b

Please sign in to comment.