From 3c5001ecfe5a1d9f9888bc8661d36b555971f0a6 Mon Sep 17 00:00:00 2001 From: Tim Meneely Date: Sat, 6 Feb 2021 16:03:34 -0500 Subject: [PATCH] Sonoff basic, which I'm not using anymore. --- sonoff_basic1.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.