diff --git a/hm_pyhelper/hardware_definitions.py b/hm_pyhelper/hardware_definitions.py index a16782e..bede6ea 100644 --- a/hm_pyhelper/hardware_definitions.py +++ b/hm_pyhelper/hardware_definitions.py @@ -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, diff --git a/setup.py b/setup.py index 70d2e7b..faabd23 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='hm_pyhelper', - version='0.13.53', + version='0.13.54', author="Nebra Ltd", author_email="support@nebra.com", description="Helium Python Helper",