diff --git a/sonoff_basic1.yaml b/sonoff_basic1.yaml index 87bed47..6340b81 100644 --- a/sonoff_basic1.yaml +++ b/sonoff_basic1.yaml @@ -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.