diff --git a/hm_pyhelper/hardware_definitions.py b/hm_pyhelper/hardware_definitions.py index 765f26b..8883f02 100644 --- a/hm_pyhelper/hardware_definitions.py +++ b/hm_pyhelper/hardware_definitions.py @@ -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, diff --git a/setup.py b/setup.py index c623838..dcbe7ac 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='hm_pyhelper', - version='0.13.41', + version='0.13.42', author="Nebra Ltd", author_email="support@nebra.com", description="Helium Python Helper",