diff --git a/hm_pyhelper/hardware_definitions.py b/hm_pyhelper/hardware_definitions.py index 1149858..c36ed4e 100644 --- a/hm_pyhelper/hardware_definitions.py +++ b/hm_pyhelper/hardware_definitions.py @@ -711,8 +711,8 @@ def is_raspberry_pi() -> bool: 'CPU_ARCH': 'arm64', 'BALENA_DEVICE_TYPE': ['rockpro64'], 'SPIBUS': 'spidev5.0', - 'SWARM_KEY_URI': ['ecc://i2c-5:96?slot=0'], - 'ONBOARDING_KEY_URI': ['ecc://i2c-5:96?slot=0'], + 'SWARM_KEY_URI': ['ecc://i2c-2:96?slot=0'], + 'ONBOARDING_KEY_URI': ['ecc://i2c-2:96?slot=0'], 'RESET': 149, 'MAC': 'wlan0', 'BUTTON': 6,