Advertisement
gio_aggiustatutto

IP address configuration

Feb 22nd, 2025
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1. wifi:
  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.96
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement