From fd8ec37290b747183b789091326ddc8a5d5a61c8 Mon Sep 17 00:00:00 2001 From: Slider0007 <115730895+Slider0007@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:36:55 +0100 Subject: [PATCH] Create WLAN-disconnect-reasons --- docs/WLAN-disconnect-reasons | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/WLAN-disconnect-reasons diff --git a/docs/WLAN-disconnect-reasons b/docs/WLAN-disconnect-reasons new file mode 100644 index 0000000..8e47f24 --- /dev/null +++ b/docs/WLAN-disconnect-reasons @@ -0,0 +1,3 @@ +# WLAN disconnect reasons + +In the logfile the WLAN disconnect reason is printed. Further information and additional description for the respective reason codes can be found here: [WLAN disconnect reason code description](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#wi-fi-reason-code)