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;