From eb640fb09df05ab0ab9a555e3ef109da2850186b Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 23 Mar 2024 14:12:33 +0100 Subject: [PATCH] Use DNS for manual ip Solves #1969 --- docs/customization.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/customization.md b/docs/customization.md index bc1e18b..5d3b0a6 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -225,6 +225,9 @@ api: ### Manual IP Set IP address manually. +> [!ATTENTION] +> At least one DNS server is required to enable TFT transfer direcly from GitHub, otherwise use `nextion_update_url`. + ```yaml # Set IP address manually wifi: @@ -234,6 +237,8 @@ wifi: static_ip: 192.168.0.123 gateway: 192.168.0.1 subnet: 255.255.255.0 + dns1: 1.1.1.1 # At least one DNS server is required to enable TFT transfer direcly from GitHub, otherwise use `nextion_update_url`. + dns2: 8.8.8.8 ``` ### Hidden Wi-Fi