From 0b9938ebdeda1dcec8fd68bd615ef7ccf6b5fc75 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Tue, 8 Apr 2025 19:05:05 +0200 Subject: [PATCH] backup wifi --- shutter.yaml | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/shutter.yaml b/shutter.yaml index 709c39d..7c863fb 100644 --- a/shutter.yaml +++ b/shutter.yaml @@ -28,14 +28,24 @@ ota: password: !secret ota_password wifi: - 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 + networks: + - ssid: !secret wifi_ssid + password: !secret wifi_password + manual_ip: + static_ip: 192.168.1.56 + gateway: 192.168.0.1 + subnet: 255.255.255.0 + 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 ap: