mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #573 from holta/master
document reboot_to_AP in default_vars.yml (essentially does iiab-hotspot-off on 1st boot)
This commit is contained in:
commit
2fa41d7192
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ host_wifi_mode: g
|
|||
host_channel: 6
|
||||
hostapd_secure: False
|
||||
hostapd_password: changeme
|
||||
# For those installing IIAB over WiFi: "reboot_to_AP: True" makes the internal
|
||||
# WiFi Access active after the next reboot. This is equivalent to manually
|
||||
# running "iiab-hotspot-on". Note this variable only works with RPi's for now.
|
||||
reboot_to_AP: False
|
||||
|
||||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
|
|
Loading…
Add table
Reference in a new issue