diff --git a/hm_pyhelper/hardware_definitions.py b/hm_pyhelper/hardware_definitions.py index 6b8b524..43f6958 100644 --- a/hm_pyhelper/hardware_definitions.py +++ b/hm_pyhelper/hardware_definitions.py @@ -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', diff --git a/setup.py b/setup.py index 779519f..d41fb46 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='hm_pyhelper', - version='0.13.39', + version='0.13.40', author="Nebra Ltd", author_email="support@nebra.com", description="Helium Python Helper",