From fc3db9f1de666c3a812e92b37e9498f7dc53715b Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 1 Jul 2019 09:47:19 -0400 Subject: [PATCH] Revert b152fd277fb0dede8a38fed7f5e9ffdf557f84b4...0c10552c4f28d6bdf5c57c5eca6dfcbda6bb78f3 on AWS IoT --- AWS-IoT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS-IoT.md b/AWS-IoT.md index af7fba8c..8970fd88 100644 --- a/AWS-IoT.md +++ b/AWS-IoT.md @@ -167,7 +167,7 @@ Your setup is done in AWS IoT. Let's proceed to the custom firmware. ### Step 6. Enable AWS IoT in Tasmota -Using your favorite IDE, create `sonoff/my_user_config.h`, and add `#define USE_MQTT_AWS_IOT`. You will need to #undef `#define USE_DISCOVERY` because mDNS will add too much code size. +Using your favorite IDE, create `sonoff/user_config_override.h`, and add `#define USE_MQTT_AWS_IOT`. You will need to #undef `#define USE_DISCOVERY` because mDNS will add too much code size. Note: TLS handshake takes ~1.2s on ESP8266 @80MHz. You may choose to switch to 160MHz if the power supply of your device supports it. If you do so, handshake time should be ~0.7s.