wifi:
ssid: your_wifi_ssid
password: your_wifi_password
manual_ip:
# Set this to the IP of the ESP
static_ip: 192.168.1.253
# Set this to the IP address of the router. Often ends with .1
gateway: 192.168.1.1
# The subnet of the network. 255.255.255.0 works for most home networks.
subnet: 255.255.255.0