Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/9af9e14f2e5cb6a66052aea5f0ef47c9783f1c63 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed typo (issue #115)

pull/123/head
Hieromon Ikasamo 6 years ago
parent d2f2b1d9ce
commit 9af9e14f2e
  1. 4
      mkdocs/apiconfig.md

@ -294,8 +294,8 @@ Set the menu title.
## <i class="fa fa-code"></i> 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

Loading…
Cancel
Save