From 9fe405956cfeec38f342ecee026e42ec8f661ce3 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 2 Mar 2019 16:59:58 +0900 Subject: [PATCH] Typo corrected --- mkdocs/advancedusage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/advancedusage.md b/mkdocs/advancedusage.md index dc6d40a..a47a8f6 100644 --- a/mkdocs/advancedusage.md +++ b/mkdocs/advancedusage.md @@ -127,7 +127,7 @@ void loop() { } ``` -There is another option related to timeout in AutoConnectConfig. It can make use of the captive portal function even after a timeout. The [**AutoConnectConfig::retainPortal**](apiconfig.md#retainlportal) option will not stop the SoftAP when the captive portal is timed out. If you enable the ratainPortal option, you can try to connect to the AP at any time while continuing to sketch execution with offline even after the captive portal timed-out. Compared to the above code specified no option with the following example code, the captive portal will remain available even after a timeout without changing the logic of the sketch. +There is another option related to timeout in AutoConnectConfig. It can make use of the captive portal function even after a timeout. The [**AutoConnectConfig::retainPortal**](apiconfig.md#retainportal) option will not stop the SoftAP when the captive portal is timed out. If you enable the ratainPortal option, you can try to connect to the AP at any time while continuing to sketch execution with offline even after the captive portal timed-out. Compared to the above code specified no option with the following example code, the captive portal will remain available even after a timeout without changing the logic of the sketch. ```cpp hl_lines="10" #include