From ab5498b2515c9693361c03f5aba6869faea059c3 Mon Sep 17 00:00:00 2001 From: benwiesner1 <42681729+benwiesner1@users.noreply.github.com> Date: Tue, 10 Sep 2019 13:11:13 -0700 Subject: [PATCH] Update app_config.php (#4532) forgot one thing. set bluetooth default false --- app/polycom/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/polycom/app_config.php b/app/polycom/app_config.php index 8e546867e2..6eec26e8e2 100644 --- a/app/polycom/app_config.php +++ b/app/polycom/app_config.php @@ -92,7 +92,7 @@ $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "polycom_bluetooth_radio_on"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "numeric"; $apps[$x]['default_settings'][$y]['default_setting_value'] = "0"; - $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true"; + $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Bluetooth Radio 1=enabled 0=disable (VVX 600)"; $y++; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "deca02ea-2a9a-4741-90bd-ad4c1aa1bcbe";