From e725468b74143d36674835ec14f5dfc41c7f739f Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:22:22 +0100 Subject: [PATCH] Link to WIFI disconnect reasons --- docs/StatusLED-BlinkCodes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/StatusLED-BlinkCodes.md b/docs/StatusLED-BlinkCodes.md index aa4d3a4..9ca6c66 100644 --- a/docs/StatusLED-BlinkCodes.md +++ b/docs/StatusLED-BlinkCodes.md @@ -45,6 +45,7 @@ The error code source definition can be found [here](https://github.com/jomjol/A !!! NOTE Only warning indication, blink code repetition: 2x + General: [WLAN disconnect reason code description](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-reason-code) ### `WLAN disconnected (No Access Point)` WLAN connection is interrupted due to no access point in range. @@ -56,7 +57,7 @@ WLAN connection is interrupted due to an authentication failure. If error repeat WLAN connection is interrupted due to an timeout because no beacon from AP is received in a timely manner. Most probably access point is not available anymore or connection is not reliable. ### `WLAN Disconnected (Further reasons)` -WLAN connection is interrupted due to further reasons. Disconnect reason is printed in warining message. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/). Please refer to this page to have additional infos in terms of WLAN disconnect reasons. --> `TODO - LINK TO PAGE` +WLAN connection is interrupted due to further reasons. Disconnect reason is printed in warining message. Please check serial console output or logfile from sd card (using another device to retrieve logfile /sdcard/log/message/). Please refer to this page to have additional infos in terms of WLAN disconnect reasons. --> [WLAN disconnect reason code description](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-reason-code)