From ed01b2bbf8b3ce59f9db66ad0fbfca94981f0c9c Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Mon, 29 Apr 2019 07:52:22 -0400 Subject: [PATCH] Fix Core troubleshooting link --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index cd95fb91..8ded2f9f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,9 +21,6 @@ This short [10 minute video by TheHookUp](https://www.youtube.com/watch?v=31IyfM ## What is the CFG_HOLDER or Why is my changed config not loaded? The CFG_HOLDER is explained [here](Troubleshooting#cfg_holder-explained) - -## Alexa says "Device does not respond" after Update to FW > 5.12.0 -Use this [Workaround](https://github.com/arendst/Sonoff-Tasmota/issues/1639#issuecomment-360218536) or go back to [ExpressIf library 2.3.0](Troubleshooting#wifi-issues-fw--512x-expressif-versions) ## How do I invert the output of the green LED on the Sonoff basic so the LED is on when the relay is off? [`LedState`](Commands#ledtate) default value is `1` (on) - Show power state on LED. The LED can be disabled completely with `LedState 0` (off). However, there is no option to invert the output of the green LED on the Sonoff basic according to the Sonoff-Tasmota [wiki](./). @@ -52,7 +49,10 @@ If you don't remember that password, There are a few options you can try to gain 4. If your device has a physical pushbutton, reset the firmware to the default settings as detailed [here](Button-usage#pressing-the-button-for-over-40-seconds). -5. If nothing helps, then you have to [upload the firmware](Flashing) again with a utility such as [ESPtool](flashing#esptool) using the serial interface. Be sure to erase the flash memory before uploading the binary. +5. If nothing helps, then you have to [upload the firmware](Flashing) again with a utility such as [ESPtool](Flashing#esptool) using the serial interface. Be sure to erase the flash memory before uploading the binary. + +## Alexa says "Device does not respond" after Update to FW > 5.12.0 +Use this [Workaround](../issues/1639#issuecomment-360218536) or go back to [Expressif library 2.3.0](Troubleshooting#Wi-Fi-issues-arduino-core-versions-and-espressif-sdk) ## I need help Check the [Troubleshooting](Troubleshooting) Section. \ No newline at end of file