Skip to content

Commit

Permalink
feat: add ram and bump version (#265)
Browse files Browse the repository at this point in the history
* feat: add ram and bump version

Add ram and bump version

* Update pyproject.toml
  • Loading branch information
shawaj authored Jun 6, 2023
1 parent 5d952a7 commit 208fa7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@ def is_raspberry_pi() -> bool:
'CONTAINS_IC_IDS': []
},

# Bobcat PX30
# Bobcat PX30 (1GB RAM)
'bobcat-px30': {
'FRIENDLY': 'Bobcat PX30 Hotspot',
'SUPPORTED_MODELS': ['Bobcat PX30 Hotspot'],
'FRIENDLY': 'Bobcat PX30 Hotspot (1GB RAM)',
'SUPPORTED_MODELS': ['Bobcat PX30 Hotspot (1GB RAM)'],
'CPU_ARCH': 'arm64',
'BALENA_DEVICE_TYPE': ['bobcat-px30'],
'SPIBUS': 'spidev0.0',
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.12"
version = "0.14.13"
description = "Helium Python Helper"
authors = ["Nebra Ltd <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 208fa7b

Please sign in to comment.