diff --git a/AWS-IoT.md b/AWS-IoT.md index 8970fd88..af7fba8c 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/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. +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. 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.