Update network configuration in ESPhome YAML files and clean up README.md
This commit is contained in:
@@ -21,11 +21,11 @@ wifi:
|
||||
password: "BKl@3660"
|
||||
manual_ip:
|
||||
# Set this to the IP of the ESP
|
||||
static_ip: 10.0.1.50
|
||||
static_ip: 10.1.0.24
|
||||
# Set this to the IP address of the router. Often ends with .1
|
||||
gateway: 10.0.0.1
|
||||
gateway: 10.1.0.1
|
||||
# The subnet of the network. 255.255.255.0 works for most home networks.
|
||||
subnet: 255.255.254.0
|
||||
subnet: 255.255.255.0
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
|
||||
@@ -11,9 +11,9 @@ wifi:
|
||||
ssid: "ItHurtsWhenIP"
|
||||
password: "BKl@3660"
|
||||
manual_ip:
|
||||
static_ip: 10.0.1.51
|
||||
gateway: 10.0.0.1
|
||||
subnet: 255.255.254.0
|
||||
static_ip: 10.1.0.25
|
||||
gateway: 10.1.0.1
|
||||
subnet: 255.255.255.0
|
||||
dns1: 1.1.1.1
|
||||
dns2: 8.8.8.8
|
||||
power_save_mode: none
|
||||
|
||||
Reference in New Issue
Block a user