Skip to content

Commit

Permalink
Merge pull request #74 from NebraLtd/shawaj/rockpins
Browse files Browse the repository at this point in the history
fix: update button pin IDs
  • Loading branch information
shawaj authored Dec 5, 2021
2 parents 8e13f79 + 86d4520 commit 354d3dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ def is_raspberry_pi():
'BUTTON': 154,
'ECCOB': True,
'TYPE': 'Full',
'CELLULAR': False
'CELLULAR': False,
'GPIO_PIN_LED': 18,
'GPIO_PIN_BUTTON': 16
},

# Nebra Hotspot HAT ROCK Pi 4 Outdoor
Expand All @@ -163,7 +165,9 @@ def is_raspberry_pi():
'BUTTON': 154,
'ECCOB': True,
'TYPE': 'Full',
'CELLULAR': True
'CELLULAR': True,
'GPIO_PIN_LED': 18,
'GPIO_PIN_BUTTON': 16
},

# Nebra Hotspot HAT RPi 3/4 Full
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.11.13',
version='0.11.14',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit 354d3dc

Please sign in to comment.