Advertisement
gio_aggiustatutto

IP address configuration

Oct 14th, 2024 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.32 KB | None | 0 0
  1. wifi:
  2.   ssid: wifi_ssid
  3.   password: wifi_password
  4.  
  5.   manual_ip:
  6.    # Set this to the IP of the ESP
  7.     static_ip: 192.168.1.97
  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