pull/180/head
Hieromon Ikasamo 4 years ago
parent 2b2a35844c
commit b0c93e8b75
  1. 2
      src/AutoConnect.cpp
  2. 4
      src/AutoConnect.h

@ -276,7 +276,7 @@ bool AutoConnect::config(AutoConnectConfig& Config) {
/**
* Configure access point.
* Set up access point with internal AucoConnectConfig parameter corrected
* Set up access point with internal AutoConnectConfig parameter corrected
* by Config method.
*/
bool AutoConnect::_config(void) {

@ -309,7 +309,7 @@ class AutoConnect {
String _redirectURI; /**< Redirect destination */
String _menuTitle; /**< Title string of the page */
/** PegeElements of AutoConnect site. */
/** PageElements of AutoConnect site. */
static const char _CSS_BASE[] PROGMEM;
static const char _CSS_UL[] PROGMEM;
static const char _CSS_ICON_LOCK[] PROGMEM;
@ -377,7 +377,7 @@ class AutoConnect {
String _token_CURRENT_SSID(PageArgument& args);
private:
static const String _emptyString; /**< An empty string alloaction **/
static const String _emptyString; /**< An empty string allocation **/
#if defined(ARDUINO_ARCH_ESP8266)
friend ESP8266WebServer;

Loading…
Cancel
Save