Updated AWS IoT (markdown)

Michael Ingraham 2019-06-14 15:16:38 -04:00
parent 6fc597dbe1
commit 6776c2de27
1 changed files with 1 additions and 1 deletions

@ -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, open `sonoff/my_user_config.h`, uncomment `#define USE_MQTT_AWS_IOT`. You will need to comment out `//#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.