· 4 months ago · Jun 08, 2025, 07:35 AM
1wifi:
2 ssid: your_wifi_ssid
3 password: your_wifi_password
4
5 manual_ip:
6 # Set this to the IP of the ESP
7 static_ip: 192.168.1.253
8 # Set this to the IP address of the router. Often ends with .1
9 gateway: 192.168.1.1
10 # The subnet of the network. 255.255.255.0 works for most home networks.
11 subnet: 255.255.255.0