From 2b39907ddf63b0a5630fd048e292b8bd79315448 Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Mon, 6 Feb 2023 14:03:21 +0100 Subject: [PATCH] connectcore-demo-example: ccmp1: remove multimedia section Signed-off-by: Tatiana Leon --- connectcore-demo-example/static/js/common.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/connectcore-demo-example/static/js/common.js b/connectcore-demo-example/static/js/common.js index 140cf5b..693e8ab 100644 --- a/connectcore-demo-example/static/js/common.js +++ b/connectcore-demo-example/static/js/common.js @@ -1,5 +1,5 @@ /* - * Copyright 2022, Digi International Inc. + * Copyright 2022, 2023, Digi International Inc. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -528,6 +528,8 @@ function updateAvailableSections() { } switch (data[ID_DEVICE_TYPE]) { case CCIMX6ULSBC.DEVICE_TYPE: + case CCMP157.DEVICE_TYPE: + case CCMP133.DEVICE_TYPE: removeSection(ID_SECTION_MULTIMEDIA); break; }