backup wifi
This commit is contained in:
parent
2f72c026c1
commit
0b9938ebde
26
shutter.yaml
26
shutter.yaml
@ -28,14 +28,24 @@ ota:
|
|||||||
password: !secret ota_password
|
password: !secret ota_password
|
||||||
|
|
||||||
wifi:
|
wifi:
|
||||||
ssid: !secret wifi_ssid2
|
networks:
|
||||||
password: !secret wifi_password2
|
- ssid: !secret wifi_ssid
|
||||||
manual_ip:
|
password: !secret wifi_password
|
||||||
static_ip: 192.168.4.56
|
manual_ip:
|
||||||
gateway: 192.168.4.1
|
static_ip: 192.168.1.56
|
||||||
subnet: 255.255.255.0
|
gateway: 192.168.0.1
|
||||||
dns1: 9.9.9.9
|
subnet: 255.255.255.0
|
||||||
dns2: 149.112.112.112
|
dns1: 9.9.9.9
|
||||||
|
dns2: 149.112.112.112
|
||||||
|
- ssid: !secret wifi_ssid2
|
||||||
|
password: !secret wifi_password2
|
||||||
|
manual_ip:
|
||||||
|
static_ip: 192.168.4.56
|
||||||
|
gateway: 192.168.4.1
|
||||||
|
subnet: 255.255.255.0
|
||||||
|
dns1: 9.9.9.9
|
||||||
|
dns2: 149.112.112.112
|
||||||
|
use_address: 192.168.1.56
|
||||||
|
|
||||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
ap:
|
ap:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user