Skip to content

Commit

Permalink
Update bobcat rk3566
Browse files Browse the repository at this point in the history
Update bobcat rk3566
  • Loading branch information
shawaj authored Oct 29, 2024
1 parent c85b2c7 commit 3bb3bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3bb3bc8

Please sign in to comment.