Skip to content

Commit

Permalink
Merge pull request #126 from NebraLtd/murat/fix-rak-button-not-working
Browse files Browse the repository at this point in the history
Fixed: RAK button GPIO mapping has been corrected.
  • Loading branch information
MuratUrsavas authored Feb 18, 2022
2 parents 27c5c21 + 49f7d22 commit e81fa52
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 @@ -311,7 +311,7 @@ def is_raspberry_pi():
'RESET': 25,
'MAC': 'wlan0',
'STATUS': 20,
'BUTTON': 21,
'BUTTON': 7,
'ECCOB': True,
'TYPE': 'Full',
'CELLULAR': False,
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.11',
version='0.13.12',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit e81fa52

Please sign in to comment.