Skip to content

Commit

Permalink
Merge pull request #203 from NebraLtd/shawaj/pycom-reset
Browse files Browse the repository at this point in the history
fix: update pycom reset gpio
  • Loading branch information
shawaj authored Dec 31, 2022
2 parents 2db57f7 + c6ee3b0 commit 6769c49
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 @@ -511,7 +511,7 @@ def is_raspberry_pi() -> bool:
'SPIBUS': 'spidev0.0',
'KEY_STORAGE_BUS': '/dev/i2c-10',
'SWARM_KEY_URI': 'ecc://i2c-10:96?slot=0',
'RESET': 17,
'RESET': 23,
'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.41',
version='0.13.42',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit 6769c49

Please sign in to comment.