From 37a0ef6664052e6da4372149bc38194824039e4f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 22 Mar 2024 12:23:30 +0100 Subject: [PATCH] connectcore-demo-example: enable audio support to ccimx8x-sbc-pro Signed-off-by: Arturo Buzarra --- connectcore-demo-example/static/js/ccimx8x-sbc-pro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectcore-demo-example/static/js/ccimx8x-sbc-pro.js b/connectcore-demo-example/static/js/ccimx8x-sbc-pro.js index 7b8e4c0..47fd5aa 100644 --- a/connectcore-demo-example/static/js/ccimx8x-sbc-pro.js +++ b/connectcore-demo-example/static/js/ccimx8x-sbc-pro.js @@ -110,7 +110,7 @@ class CCIMX8X extends ConnectCoreDevice { VIDEO_COMPONENT_AREA_WIDTH_PERCENT = 27.5; VIDEO_COMPONENT_AREA_HEIGHT_PERCENT = 7.5; - AUDIO_COMPONENT_VISIBLE = false; + AUDIO_COMPONENT_VISIBLE = true; AUDIO_COMPONENT_HAS_PANEL = true; AUDIO_COMPONENT_HAS_ARROW = true; AUDIO_COMPONENT_PANEL_ALWAYS_VISIBLE = false;