Sonoff basic, which I'm not using anymore.

This commit is contained in:
2021-02-06 16:03:34 -05:00
parent 6e2f3e071d
commit 3c5001ecfe

View File

@@ -2,6 +2,8 @@ esphome:
name: sonoff_basic1
platform: ESP8266
board: esp01_1m
platformio_options:
upload_speed: 115200
wifi:
ssid: "Meneely"
@@ -13,7 +15,7 @@ wifi:
password: "QNWj7LmaNoD6"
manual_ip:
# Set this to the IP of the ESP
static_ip: 192.168.87.35
static_ip: 192.168.87.11
# Set this to the IP address of the router. Often ends with .1
gateway: 192.168.86.1
# The subnet of the network. 255.255.255.0 works for most home networks.