From e14198800ec30667564c9fcd971fb27ce05be879 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 27 Jul 2019 00:45:22 +0900 Subject: [PATCH] Fixed typo (issue #115) --- mkdocs/apiconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/apiconfig.md b/mkdocs/apiconfig.md index 3dcabec..6db3a69 100644 --- a/mkdocs/apiconfig.md +++ b/mkdocs/apiconfig.md @@ -294,8 +294,8 @@ Set the menu title. ## AutoConnectConfig example ```cpp -AutoConenct Portal; -AutoConenctConfig Config("", "passpass"); // SoftAp name is determined at runtime +AutoConnect Portal; +AutoConnectConfig Config("", "passpass"); // SoftAp name is determined at runtime Config.apid = ESP.hostname(); // Retrieve host name to SotAp identification Config.apip = IPAddress(192,168,10,101); // Sets SoftAP IP address Config.gateway = IPAddress(192,168,10,1); // Sets WLAN router IP address