pull/124/head
Hieromon Ikasamo 5 years ago
parent c040de906f
commit 21d1875c03
  1. 14
      docs/credit.html
  2. 2
      docs/search/search_index.json
  3. BIN
      docs/sitemap.xml.gz

@ -122,7 +122,7 @@
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
<a href="#saved-credential-in-eeprom" tabindex="1" class="md-skip">
<a href="#saved-credentials-in-eeprom" tabindex="1" class="md-skip">
Skip to content
</a>
@ -603,8 +603,8 @@
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#saved-credential-in-eeprom" title="Saved credential in EEPROM" class="md-nav__link">
Saved credential in EEPROM
<a href="#saved-credentials-in-eeprom" title="Saved credentials in EEPROM" class="md-nav__link">
Saved credentials in EEPROM
</a>
</li>
@ -806,8 +806,8 @@
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#saved-credential-in-eeprom" title="Saved credential in EEPROM" class="md-nav__link">
Saved credential in EEPROM
<a href="#saved-credentials-in-eeprom" title="Saved credentials in EEPROM" class="md-nav__link">
Saved credentials in EEPROM
</a>
</li>
@ -933,7 +933,7 @@
<h1>Saved credentials access</h1>
<h2 id="saved-credential-in-eeprom">Saved credential in EEPROM<a class="headerlink" href="#saved-credential-in-eeprom" title="Permanent link">&para;</a></h2>
<h2 id="saved-credentials-in-eeprom">Saved credentials in EEPROM<a class="headerlink" href="#saved-credentials-in-eeprom" title="Permanent link">&para;</a></h2>
<p>AutoConnect stores the established WiFi connection in the EEPROM of the ESP8266/ESP32 module and equips the class to access it from the sketch. You can read, write or erase the credentials using this class individually. It's <a href="#autoconnectcredential"><strong>AutoConnectCredential</strong></a> class which provides the access method to the saved credentials in EEPROM.<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel="footnote">1</a></sup></p>
<h2 id="autoconnectcredential">AutoConnectCredential<a class="headerlink" href="#autoconnectcredential" title="Permanent link">&para;</a></h2>
<h3 id="include-header"><i class="fa fa-code"></i> Include header<a class="headerlink" href="#include-header" title="Permanent link">&para;</a></h3>
@ -989,7 +989,7 @@
<div class="codehilite" style="background: #272822"><pre style="line-height: 125%"><span></span><span style="color: #66d9ef">bool</span> <span style="color: #f8f8f2">save(</span><span style="color: #66d9ef">const</span> <span style="color: #66d9ef">struct</span> <span style="color: #f8f8f2">station_config</span><span style="color: #f92672">*</span> <span style="color: #f8f8f2">config)</span>
</pre></div>
<p>Save a credentail entry.
<p>Save a credential entry.
<dl class="apidl">
<dt><strong>Parameter</strong></dt>
<dd><span class="apidef">config</span><span class="apidesc">station_config to be saved.</span></dd>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save