yaml tidyups and warning removals
This commit is contained in:
@@ -59,12 +59,12 @@ wifi:
|
||||
# Allow rapid re-connection to previously connect WiFi SSID, skipping scan of all SSID
|
||||
fast_connect: ${wifi_fast_connect}
|
||||
# Define dns domain / suffix to add to hostname
|
||||
domain: "${dns_domain}"
|
||||
#min_auth_mode: WPA2
|
||||
domain: ${dns_domain}
|
||||
min_auth_mode: WPA2
|
||||
# Reboot eventually when Wi-Fi is down (default is 15min)
|
||||
reboot_timeout: 56h
|
||||
|
||||
#captive_portal: # extra fallback mechanism for when connecting if the configured WiFi fails
|
||||
captive_portal: # extra fallback mechanism for when connecting if the configured WiFi fails
|
||||
|
||||
###########################################################################################
|
||||
# Enable Over the Air Update Capability
|
||||
|
||||
Reference in New Issue
Block a user