Skip to content

Commit

Permalink
Update Linxdot rk3566
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Oct 28, 2024
1 parent 4d10c10 commit 3d0ea29
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 @@ -522,8 +522,8 @@ def is_raspberry_pi() -> bool:
'CPU_ARCH': 'arm64',
'BALENA_DEVICE_TYPE': ['nanopc-t4'],
'SPIBUS': 'spidev0.0',
'SWARM_KEY_URI': ['ecc://i2c-5:96?slot=1'],
'ONBOARDING_KEY_URI': ['ecc://i2c-5:96?slot=1'],
'SWARM_KEY_URI': ['ecc://i2c-5:96?slot=0'],
'ONBOARDING_KEY_URI': ['ecc://i2c-5:96?slot=0'],
'RESET': 17,
'MAC': 'wlan0',
'STATUS': None,
Expand Down

0 comments on commit 3d0ea29

Please sign in to comment.