Skip to content

Commit

Permalink
Merge pull request #266 from NebraLtd/ccrisan/update-bobcat-px30-def
Browse files Browse the repository at this point in the history
Update Bobcat-PX30 defs
  • Loading branch information
ccrisan authored Jun 9, 2023
2 parents 208fa7b + 084d827 commit 99392c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,13 +670,13 @@ def is_raspberry_pi() -> bool:
'FRIENDLY': 'Bobcat PX30 Hotspot (1GB RAM)',
'SUPPORTED_MODELS': ['Bobcat PX30 Hotspot (1GB RAM)'],
'CPU_ARCH': 'arm64',
'BALENA_DEVICE_TYPE': ['bobcat-px30'],
'SPIBUS': 'spidev0.0',
'BALENA_DEVICE_TYPE': ['isg-503'],
'SPIBUS': 'spidev1.0',
'SWARM_KEY_URI': ['ecc://i2c-1:96?slot=0'],
'ONBOARDING_KEY_URI': ['ecc://i2c-1:96?slot=0'],
'RESET': 103,
'RESET': 104,
'MAC': 'wlan0',
'BUTTON': 27,
'BUTTON': 10,
'STATUS': 45,
'ECCOB': True,
'TYPE': 'Full',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hm_pyhelper"
version = "0.14.13"
version = "0.14.14"
description = "Helium Python Helper"
authors = ["Nebra Ltd <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 99392c4

Please sign in to comment.