ccmp25-dvk: fix LED area position

The position of the LED on the dashboard wasn't matching the real position of
the LED on the DVK

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-08-01 11:31:49 +02:00
parent 28932ae553
commit 44351d357d
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ class CCMP255 extends ConnectCoreDevice {
LED_COMPONENT_PANEL_ORIENTATION = VALUE_BOTTOM;
LED_COMPONENT_PANEL_HORIZONTAL_PERCENT = 69;
LED_COMPONENT_PANEL_VERTICAL_PERCENT = 10;
LED_COMPONENT_AREA_TOP_PERCENT = 26;
LED_COMPONENT_AREA_LEFT_PERCENT = 10;
LED_COMPONENT_AREA_TOP_PERCENT = 89;
LED_COMPONENT_AREA_LEFT_PERCENT = 68;
LED_COMPONENT_AREA_WIDTH_PERCENT = 1.8;
LED_COMPONENT_AREA_HEIGHT_PERCENT = 4;