Use DNS for manual ip

Solves #1969
This commit is contained in:
Edward Firmo
2024-03-23 14:12:33 +01:00
parent 7e9118a3ce
commit eb640fb09d

View File

@@ -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