Skip to content

Commit

Permalink
Merge pull request #200 from NebraLtd/shawaj/conelcom
Browse files Browse the repository at this point in the history
feat: add Conelcom name
  • Loading branch information
shawaj authored Dec 21, 2022
2 parents 182d647 + 6f90283 commit d977361
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 @@ -405,10 +405,10 @@ def is_raspberry_pi() -> bool:
'CONTAINS_IC_IDS': []
},

# Embit / Controllino
# Embit / Controllino / Conelcom
'controllino-fl1': {
'FRIENDLY': 'Controllino Hotspot',
'SUPPORTED_MODELS': ['Controllino Hotspot'],
'FRIENDLY': 'Controllino (Conelcom) Hotspot',
'SUPPORTED_MODELS': ['Controllino Hotspot', 'Conelcom Hotspot'],
'CPU_ARCH': 'aarch64',
'BALENA_DEVICE_TYPE': ['raspberrypi4-64'],
'SPIBUS': 'spidev0.0',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.13.39',
version='0.13.40',
author="Nebra Ltd",
author_email="[email protected]",
description="Helium Python Helper",
Expand Down

0 comments on commit d977361

Please sign in to comment.