connectcore-demo-example: ccmp1: remove multimedia section
Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
This commit is contained in:
parent
1bb220793e
commit
2b39907ddf
|
|
@ -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
|
* 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
|
* 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]) {
|
switch (data[ID_DEVICE_TYPE]) {
|
||||||
case CCIMX6ULSBC.DEVICE_TYPE:
|
case CCIMX6ULSBC.DEVICE_TYPE:
|
||||||
|
case CCMP157.DEVICE_TYPE:
|
||||||
|
case CCMP133.DEVICE_TYPE:
|
||||||
removeSection(ID_SECTION_MULTIMEDIA);
|
removeSection(ID_SECTION_MULTIMEDIA);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue