Revert b152fd277fb0dede8a38fed7f5e9ffdf557f84b4...0c10552c4f28d6bdf5c57c5eca6dfcbda6bb78f3 on AWS IoT

Michael Ingraham 2019-07-01 09:47:19 -04:00
parent b2a889510a
commit fc3db9f1de
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, 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.