Fix Core troubleshooting link

Michael Ingraham 2019-04-29 07:52:22 -04:00
parent 0fd10bcd1f
commit ed01b2bbf8
1 changed files with 4 additions and 4 deletions

8
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.