From 438fe4755dff09aab4db954cf2cde87a9affcd12 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 5 Aug 2020 15:48:10 -0400 Subject: [PATCH] Update local_vars_big.yml --- vars/local_vars_big.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 2b859b4bd..7be6d4ba9 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -46,7 +46,10 @@ host_wifi_mode: g host_channel: 6 hostapd_secure: False hostapd_password: changeme -wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi +wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal +# WiFi hotspots to service 30-to-32 client devices. Background explanation: +# https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472. +wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi # (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot). # You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.