Skip to content

Commit

Permalink
iot2050-conf-webui: sm1238: Hide E0-E3 module version temporarily
Browse files Browse the repository at this point in the history
When selecting Ex as module version, the data variant range is from 0x81
- 0x84 in TIA portal, which is not coverred by the module manual.

Currently clarification is under going, meanwhile let's hide these
module versions before any feedback is received.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Dec 4, 2023
1 parent 6f43c01 commit 0724fd6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,7 @@ const converter = new ConfTextConverter(yamlUIMapping);

const modVerSelection = [
uiString.MOD_VER_32,
uiString.MOD_VER_112,
uiString.MOD_VER_224,
uiString.MOD_VER_225,
uiString.MOD_VER_226,
uiString.MOD_VER_227
uiString.MOD_VER_112
];

const conTypeSelection = [
Expand Down

0 comments on commit 0724fd6

Please sign in to comment.