Skip to content

Commit

Permalink
SUKU legacy tek1 support added
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Sep 25, 2024
1 parent fe5df0d commit de1ea0c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
{ type: ElementType.SYSTEM, index: 14 },
...common_elements,
];
} else if (moduleType === ModuleType.TEK1) {
elementArray = [
{ type: ElementType.LCD, index: 13 },
{ type: ElementType.ENDLESS, index: 8 },
{ type: ElementType.SYSTEM, index: 14 },
...common_elements,
];
} else if (moduleType === ModuleType.VSN1R) {
elementArray = [
{ type: ElementType.ENDLESS, index: 8 },
Expand Down

0 comments on commit de1ea0c

Please sign in to comment.