From 0e0deafcc748068eab686ff4b386dfe6901cac02 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 25 Sep 2019 14:52:04 -0400 Subject: [PATCH 1/4] Update local_vars_min.yml --- vars/local_vars_min.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index ae1f82091..2ec06ebf3 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True From 12bf50794218c55e2a0b0839984fd0ed9a966428 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 25 Sep 2019 14:52:26 -0400 Subject: [PATCH 2/4] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index eabcf77f5..e999d77c6 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True From 071acc67b73bd844f15ab9e0b4f985b931b59621 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 25 Sep 2019 14:52:46 -0400 Subject: [PATCH 3/4] Update local_vars_big.yml --- vars/local_vars_big.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index b6e5629b3..ef9ccf413 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -86,6 +86,11 @@ captive_portal_install: False captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True From 7c0fcf5ca818818d48b828cf1573ce660b594934 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 25 Sep 2019 14:53:42 -0400 Subject: [PATCH 4/4] Update default_vars.yml --- vars/default_vars.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 76c4a3e17..32dcd6615 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -88,11 +88,6 @@ reboot_to_AP: False # For those installing IIAB over WiFi: "reboot_to_AP: True" overrides the above # detection of WiFi-as-gateway, forcing "hostapd_enabled: True" regardless. -# Bluetooth PAN access to server -bluetooth_install: True -bluetooth_enabled: False -bluetooth_term_enabled: False - # Gateway mode iiab_lan_enabled: True iiab_wan_enabled: True @@ -148,6 +143,11 @@ captive_portal_enabled: False captive_portal_port: 9090 # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO +# Bluetooth PAN access to IIAB server +bluetooth_install: True +bluetooth_enabled: False +bluetooth_term_enabled: False + # Set to "False" if you want to revert to the older Dynamic Menuing system # (prior to IIAB 6.7, this had used https://github.com/iiab/iiab-menu) js_menu_install: True