index.html 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273
  1. <!doctype html>
  2. <html lang="en" class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <meta name="description" content="ESP8266/ESP32 WLAN configuration at run time with web interface">
  7. <link rel="canonical" href="https://Hieromon.github.io/AutoConnect/index.html">
  8. <meta name="author" content="Hieromon Ikasamo">
  9. <link rel="shortcut icon" href="assets/images/favicon.png">
  10. <meta name="generator" content="mkdocs-1.1.2, mkdocs-material-6.1.6">
  11. <title>Overview - AutoConnect for ESP8266/ESP32</title>
  12. <link rel="stylesheet" href="assets/stylesheets/main.6910b76c.min.css">
  13. <link rel="stylesheet" href="assets/stylesheets/palette.196e0c26.min.css">
  14. <meta name="theme-color" content="#4051b5">
  15. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
  16. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
  17. <style>body,input{font-family:"Roboto",-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono",SFMono-Regular,Consolas,Menlo,monospace}</style>
  18. <link rel="stylesheet" href="css/paragraph.css">
  19. <link rel="stylesheet" href="css/extra.css">
  20. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
  21. <script>window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new Date,ga("create","UA-116150854-1","auto"),ga("set","anonymizeIp",!0),ga("send","pageview"),document.addEventListener("DOMContentLoaded",function(){document.forms.search&&document.forms.search.query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}),document.addEventListener("DOMContentSwitch",function(){ga("send","pageview",document.location.pathname)})</script>
  22. <script async src="https://www.google-analytics.com/analytics.js"></script>
  23. </head>
  24. <body dir="ltr" data-md-color-scheme="" data-md-color-primary="indigo" data-md-color-accent="indigo">
  25. <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
  26. <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
  27. <label class="md-overlay" for="__drawer"></label>
  28. <div data-md-component="skip">
  29. <a href="#autoconnect-for-esp8266esp32" class="md-skip">
  30. Skip to content
  31. </a>
  32. </div>
  33. <div data-md-component="announce">
  34. </div>
  35. <header class="md-header" data-md-component="header">
  36. <nav class="md-header-nav md-grid" aria-label="Header">
  37. <a href="https://Hieromon.github.io/AutoConnect/" title="AutoConnect for ESP8266/ESP32" class="md-header-nav__button md-logo" aria-label="AutoConnect for ESP8266/ESP32">
  38. <img src="images/arduino-logo.svg" alt="logo">
  39. </a>
  40. <label class="md-header-nav__button md-icon" for="__drawer">
  41. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
  42. </label>
  43. <div class="md-header-nav__title" data-md-component="header-title">
  44. <div class="md-header-nav__ellipsis">
  45. <span class="md-header-nav__topic md-ellipsis">
  46. AutoConnect for ESP8266/ESP32
  47. </span>
  48. <span class="md-header-nav__topic md-ellipsis">
  49. Overview
  50. </span>
  51. </div>
  52. </div>
  53. <label class="md-header-nav__button md-icon" for="__search">
  54. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  55. </label>
  56. <div class="md-search" data-md-component="search" role="dialog">
  57. <label class="md-search__overlay" for="__search"></label>
  58. <div class="md-search__inner" role="search">
  59. <form class="md-search__form" name="search">
  60. <input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" data-md-state="active" required>
  61. <label class="md-search__icon md-icon" for="__search">
  62. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0116 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 019.5 16 6.5 6.5 0 013 9.5 6.5 6.5 0 019.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5z"/></svg>
  63. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12z"/></svg>
  64. </label>
  65. <button type="reset" class="md-search__icon md-icon" aria-label="Clear" data-md-component="search-reset" tabindex="-1">
  66. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"/></svg>
  67. </button>
  68. </form>
  69. <div class="md-search__output">
  70. <div class="md-search__scrollwrap" data-md-scrollfix>
  71. <div class="md-search-result" data-md-component="search-result">
  72. <div class="md-search-result__meta">
  73. Initializing search
  74. </div>
  75. <ol class="md-search-result__list"></ol>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <div class="md-header-nav__source">
  82. <a href="https://github.com/Hieromon/AutoConnect" title="Go to repository" class="md-source">
  83. <div class="md-source__icon md-icon">
  84. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05L244 40.45a28.87 28.87 0 00-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 01-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 000 40.81l195.61 195.6a28.86 28.86 0 0040.8 0l194.69-194.69a28.86 28.86 0 000-40.81z"/></svg>
  85. </div>
  86. <div class="md-source__repository">
  87. Hieromon/AutoConnect
  88. </div>
  89. </a>
  90. </div>
  91. </nav>
  92. </header>
  93. <div class="md-container" data-md-component="container">
  94. <main class="md-main" data-md-component="main">
  95. <div class="md-main__inner md-grid">
  96. <div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
  97. <div class="md-sidebar__scrollwrap">
  98. <div class="md-sidebar__inner">
  99. <nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
  100. <label class="md-nav__title" for="__drawer">
  101. <a href="https://Hieromon.github.io/AutoConnect/" title="AutoConnect for ESP8266/ESP32" class="md-nav__button md-logo" aria-label="AutoConnect for ESP8266/ESP32">
  102. <img src="images/arduino-logo.svg" alt="logo">
  103. </a>
  104. AutoConnect for ESP8266/ESP32
  105. </label>
  106. <div class="md-nav__source">
  107. <a href="https://github.com/Hieromon/AutoConnect" title="Go to repository" class="md-source">
  108. <div class="md-source__icon md-icon">
  109. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M439.55 236.05L244 40.45a28.87 28.87 0 00-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 01-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 000 40.81l195.61 195.6a28.86 28.86 0 0040.8 0l194.69-194.69a28.86 28.86 0 000-40.81z"/></svg>
  110. </div>
  111. <div class="md-source__repository">
  112. Hieromon/AutoConnect
  113. </div>
  114. </a>
  115. </div>
  116. <ul class="md-nav__list" data-md-scrollfix>
  117. <li class="md-nav__item md-nav__item--active">
  118. <input class="md-nav__toggle md-toggle" data-md-toggle="toc" type="checkbox" id="__toc">
  119. <label class="md-nav__link md-nav__link--active" for="__toc">
  120. Overview
  121. <span class="md-nav__icon md-icon"></span>
  122. </label>
  123. <a href="index.html" class="md-nav__link md-nav__link--active">
  124. Overview
  125. </a>
  126. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  127. <label class="md-nav__title" for="__toc">
  128. <span class="md-nav__icon md-icon"></span>
  129. Table of contents
  130. </label>
  131. <ul class="md-nav__list" data-md-scrollfix>
  132. <li class="md-nav__item">
  133. <a href="#overview" class="md-nav__link">
  134. Overview
  135. </a>
  136. <nav class="md-nav" aria-label="Overview">
  137. <ul class="md-nav__list">
  138. <li class="md-nav__item">
  139. <a href="#no-need-pre-coded-ssid-password" class="md-nav__link">
  140. No need pre-coded SSID &amp; password
  141. </a>
  142. </li>
  143. <li class="md-nav__item">
  144. <a href="#simple-usage" class="md-nav__link">
  145. Simple usage
  146. </a>
  147. </li>
  148. <li class="md-nav__item">
  149. <a href="#store-the-established-connection" class="md-nav__link">
  150. Store the established connection
  151. </a>
  152. </li>
  153. <li class="md-nav__item">
  154. <a href="#easy-to-embed-in" class="md-nav__link">
  155. Easy to embed in
  156. </a>
  157. </li>
  158. <li class="md-nav__item">
  159. <a href="#lives-with-your-sketches" class="md-nav__link">
  160. Lives with your Sketches
  161. </a>
  162. </li>
  163. <li class="md-nav__item">
  164. <a href="#easy-to-add-the-custom-web-pages-enhanced-wv097" class="md-nav__link">
  165. Easy to add the custom Web pages ENHANCED w/v0.9.7
  166. </a>
  167. </li>
  168. <li class="md-nav__item">
  169. <a href="#quick-and-easy-to-equip-the-ota-update-feature-updated-wv115" class="md-nav__link">
  170. Quick and easy to equip the OTA update feature UPDATED w/v1.1.5
  171. </a>
  172. </li>
  173. </ul>
  174. </nav>
  175. </li>
  176. <li class="md-nav__item">
  177. <a href="#installation" class="md-nav__link">
  178. Installation
  179. </a>
  180. <nav class="md-nav" aria-label="Installation">
  181. <ul class="md-nav__list">
  182. <li class="md-nav__item">
  183. <a href="#requirements" class="md-nav__link">
  184. Requirements
  185. </a>
  186. <nav class="md-nav" aria-label="Requirements">
  187. <ul class="md-nav__list">
  188. <li class="md-nav__item">
  189. <a href="#supported-hardware" class="md-nav__link">
  190. Supported hardware
  191. </a>
  192. </li>
  193. <li class="md-nav__item">
  194. <a href="#required-libraries" class="md-nav__link">
  195. Required libraries
  196. </a>
  197. </li>
  198. </ul>
  199. </nav>
  200. </li>
  201. <li class="md-nav__item">
  202. <a href="#install-the-autoconnect" class="md-nav__link">
  203. Install the AutoConnect
  204. </a>
  205. </li>
  206. </ul>
  207. </nav>
  208. </li>
  209. </ul>
  210. </nav>
  211. </li>
  212. <li class="md-nav__item">
  213. <a href="gettingstarted.html" class="md-nav__link">
  214. Getting started
  215. </a>
  216. </li>
  217. <li class="md-nav__item">
  218. <a href="menu.html" class="md-nav__link">
  219. AutoConnect menu
  220. </a>
  221. </li>
  222. <li class="md-nav__item">
  223. <a href="basicusage.html" class="md-nav__link">
  224. Basic usage
  225. </a>
  226. </li>
  227. <li class="md-nav__item md-nav__item--nested">
  228. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-5" type="checkbox" id="nav-5" >
  229. <label class="md-nav__link" for="nav-5">
  230. Advanced usage
  231. <span class="md-nav__icon md-icon"></span>
  232. </label>
  233. <nav class="md-nav" aria-label="Advanced usage" data-md-level="1">
  234. <label class="md-nav__title" for="nav-5">
  235. <span class="md-nav__icon md-icon"></span>
  236. Advanced usage
  237. </label>
  238. <ul class="md-nav__list" data-md-scrollfix>
  239. <li class="md-nav__item">
  240. <a href="advancedusage.html" class="md-nav__link">
  241. Advanced usage
  242. </a>
  243. </li>
  244. <li class="md-nav__item">
  245. <a href="adconnection.html" class="md-nav__link">
  246. AutoConnect WiFi connection control
  247. </a>
  248. </li>
  249. <li class="md-nav__item">
  250. <a href="adcpcontrol.html" class="md-nav__link">
  251. Captive portal control
  252. </a>
  253. </li>
  254. <li class="md-nav__item">
  255. <a href="adnetwork.html" class="md-nav__link">
  256. Settings and controls for network and WiFi
  257. </a>
  258. </li>
  259. <li class="md-nav__item">
  260. <a href="adauthentication.html" class="md-nav__link">
  261. Authentication settings
  262. </a>
  263. </li>
  264. <li class="md-nav__item">
  265. <a href="adcredential.html" class="md-nav__link">
  266. Credential accesses
  267. </a>
  268. </li>
  269. <li class="md-nav__item">
  270. <a href="adexterior.html" class="md-nav__link">
  271. Customizing page appearance
  272. </a>
  273. </li>
  274. <li class="md-nav__item">
  275. <a href="adothers.html" class="md-nav__link">
  276. Other operation settings and controls
  277. </a>
  278. </li>
  279. </ul>
  280. </nav>
  281. </li>
  282. <li class="md-nav__item md-nav__item--nested">
  283. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-6" type="checkbox" id="nav-6" >
  284. <label class="md-nav__link" for="nav-6">
  285. Custom Web pages
  286. <span class="md-nav__icon md-icon"></span>
  287. </label>
  288. <nav class="md-nav" aria-label="Custom Web pages" data-md-level="1">
  289. <label class="md-nav__title" for="nav-6">
  290. <span class="md-nav__icon md-icon"></span>
  291. Custom Web pages
  292. </label>
  293. <ul class="md-nav__list" data-md-scrollfix>
  294. <li class="md-nav__item">
  295. <a href="acintro.html" class="md-nav__link">
  296. Custom Web pages with AutoConnect
  297. </a>
  298. </li>
  299. <li class="md-nav__item">
  300. <a href="acelements.html" class="md-nav__link">
  301. AutoConnectElements
  302. </a>
  303. </li>
  304. <li class="md-nav__item">
  305. <a href="acjson.html" class="md-nav__link">
  306. Custom Web pages with JSON
  307. </a>
  308. </li>
  309. <li class="md-nav__item">
  310. <a href="achandling.html" class="md-nav__link">
  311. Handling the custom Web pages
  312. </a>
  313. </li>
  314. </ul>
  315. </nav>
  316. </li>
  317. <li class="md-nav__item md-nav__item--nested">
  318. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-7" type="checkbox" id="nav-7" >
  319. <label class="md-nav__link" for="nav-7">
  320. OTA Updates
  321. <span class="md-nav__icon md-icon"></span>
  322. </label>
  323. <nav class="md-nav" aria-label="OTA Updates" data-md-level="1">
  324. <label class="md-nav__title" for="nav-7">
  325. <span class="md-nav__icon md-icon"></span>
  326. OTA Updates
  327. </label>
  328. <ul class="md-nav__list" data-md-scrollfix>
  329. <li class="md-nav__item">
  330. <a href="otaupdate.html" class="md-nav__link">
  331. OTA Updates
  332. </a>
  333. </li>
  334. <li class="md-nav__item">
  335. <a href="otabrowser.html" class="md-nav__link">
  336. Using Web Browser
  337. </a>
  338. </li>
  339. <li class="md-nav__item">
  340. <a href="otaserver.html" class="md-nav__link">
  341. Using Update Server
  342. </a>
  343. </li>
  344. </ul>
  345. </nav>
  346. </li>
  347. <li class="md-nav__item md-nav__item--nested">
  348. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-8" type="checkbox" id="nav-8" >
  349. <label class="md-nav__link" for="nav-8">
  350. Library APIs
  351. <span class="md-nav__icon md-icon"></span>
  352. </label>
  353. <nav class="md-nav" aria-label="Library APIs" data-md-level="1">
  354. <label class="md-nav__title" for="nav-8">
  355. <span class="md-nav__icon md-icon"></span>
  356. Library APIs
  357. </label>
  358. <ul class="md-nav__list" data-md-scrollfix>
  359. <li class="md-nav__item">
  360. <a href="api.html" class="md-nav__link">
  361. AutoConnect API
  362. </a>
  363. </li>
  364. <li class="md-nav__item">
  365. <a href="apiaux.html" class="md-nav__link">
  366. AutoConnectAux API
  367. </a>
  368. </li>
  369. <li class="md-nav__item">
  370. <a href="apiconfig.html" class="md-nav__link">
  371. AutoConnectConfig API
  372. </a>
  373. </li>
  374. <li class="md-nav__item">
  375. <a href="apielements.html" class="md-nav__link">
  376. AutoConnectElements API
  377. </a>
  378. </li>
  379. <li class="md-nav__item">
  380. <a href="apiupdate.html" class="md-nav__link">
  381. AutoConnectUpdate API
  382. </a>
  383. </li>
  384. <li class="md-nav__item">
  385. <a href="apiextra.html" class="md-nav__link">
  386. Something extra
  387. </a>
  388. </li>
  389. </ul>
  390. </nav>
  391. </li>
  392. <li class="md-nav__item md-nav__item--nested">
  393. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-9" type="checkbox" id="nav-9" >
  394. <label class="md-nav__link" for="nav-9">
  395. Examples
  396. <span class="md-nav__icon md-icon"></span>
  397. </label>
  398. <nav class="md-nav" aria-label="Examples" data-md-level="1">
  399. <label class="md-nav__title" for="nav-9">
  400. <span class="md-nav__icon md-icon"></span>
  401. Examples
  402. </label>
  403. <ul class="md-nav__list" data-md-scrollfix>
  404. <li class="md-nav__item">
  405. <a href="howtoembed.html" class="md-nav__link">
  406. How to embed
  407. </a>
  408. </li>
  409. <li class="md-nav__item">
  410. <a href="datatips.html" class="md-nav__link">
  411. Tips for data conversion
  412. </a>
  413. </li>
  414. <li class="md-nav__item">
  415. <a href="menuize.html" class="md-nav__link">
  416. Attach the menus
  417. </a>
  418. </li>
  419. <li class="md-nav__item">
  420. <a href="wojson.html" class="md-nav__link">
  421. Custom Web pages w/o JSON
  422. </a>
  423. </li>
  424. </ul>
  425. </nav>
  426. </li>
  427. <li class="md-nav__item md-nav__item--nested">
  428. <input class="md-nav__toggle md-toggle" data-md-toggle="nav-10" type="checkbox" id="nav-10" >
  429. <label class="md-nav__link" for="nav-10">
  430. Appendix
  431. <span class="md-nav__icon md-icon"></span>
  432. </label>
  433. <nav class="md-nav" aria-label="Appendix" data-md-level="1">
  434. <label class="md-nav__title" for="nav-10">
  435. <span class="md-nav__icon md-icon"></span>
  436. Appendix
  437. </label>
  438. <ul class="md-nav__list" data-md-scrollfix>
  439. <li class="md-nav__item">
  440. <a href="lsbegin.html" class="md-nav__link">
  441. Inside AutoConnect::begin
  442. </a>
  443. </li>
  444. <li class="md-nav__item">
  445. <a href="credit.html" class="md-nav__link">
  446. Saved credentials access
  447. </a>
  448. </li>
  449. <li class="md-nav__item">
  450. <a href="acupload.html" class="md-nav__link">
  451. File upload handler
  452. </a>
  453. </li>
  454. <li class="md-nav__item">
  455. <a href="colorized.html" class="md-nav__link">
  456. Custom colorized
  457. </a>
  458. </li>
  459. <li class="md-nav__item">
  460. <a href="changelabel.html" class="md-nav__link">
  461. Change label text
  462. </a>
  463. </li>
  464. </ul>
  465. </nav>
  466. </li>
  467. <li class="md-nav__item">
  468. <a href="faq.html" class="md-nav__link">
  469. FAQ
  470. </a>
  471. </li>
  472. <li class="md-nav__item">
  473. <a href="changelog.html" class="md-nav__link">
  474. Change log
  475. </a>
  476. </li>
  477. <li class="md-nav__item">
  478. <a href="license.html" class="md-nav__link">
  479. License
  480. </a>
  481. </li>
  482. </ul>
  483. </nav>
  484. </div>
  485. </div>
  486. </div>
  487. <div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
  488. <div class="md-sidebar__scrollwrap">
  489. <div class="md-sidebar__inner">
  490. <nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  491. <label class="md-nav__title" for="__toc">
  492. <span class="md-nav__icon md-icon"></span>
  493. Table of contents
  494. </label>
  495. <ul class="md-nav__list" data-md-scrollfix>
  496. <li class="md-nav__item">
  497. <a href="#overview" class="md-nav__link">
  498. Overview
  499. </a>
  500. <nav class="md-nav" aria-label="Overview">
  501. <ul class="md-nav__list">
  502. <li class="md-nav__item">
  503. <a href="#no-need-pre-coded-ssid-password" class="md-nav__link">
  504. No need pre-coded SSID &amp; password
  505. </a>
  506. </li>
  507. <li class="md-nav__item">
  508. <a href="#simple-usage" class="md-nav__link">
  509. Simple usage
  510. </a>
  511. </li>
  512. <li class="md-nav__item">
  513. <a href="#store-the-established-connection" class="md-nav__link">
  514. Store the established connection
  515. </a>
  516. </li>
  517. <li class="md-nav__item">
  518. <a href="#easy-to-embed-in" class="md-nav__link">
  519. Easy to embed in
  520. </a>
  521. </li>
  522. <li class="md-nav__item">
  523. <a href="#lives-with-your-sketches" class="md-nav__link">
  524. Lives with your Sketches
  525. </a>
  526. </li>
  527. <li class="md-nav__item">
  528. <a href="#easy-to-add-the-custom-web-pages-enhanced-wv097" class="md-nav__link">
  529. Easy to add the custom Web pages ENHANCED w/v0.9.7
  530. </a>
  531. </li>
  532. <li class="md-nav__item">
  533. <a href="#quick-and-easy-to-equip-the-ota-update-feature-updated-wv115" class="md-nav__link">
  534. Quick and easy to equip the OTA update feature UPDATED w/v1.1.5
  535. </a>
  536. </li>
  537. </ul>
  538. </nav>
  539. </li>
  540. <li class="md-nav__item">
  541. <a href="#installation" class="md-nav__link">
  542. Installation
  543. </a>
  544. <nav class="md-nav" aria-label="Installation">
  545. <ul class="md-nav__list">
  546. <li class="md-nav__item">
  547. <a href="#requirements" class="md-nav__link">
  548. Requirements
  549. </a>
  550. <nav class="md-nav" aria-label="Requirements">
  551. <ul class="md-nav__list">
  552. <li class="md-nav__item">
  553. <a href="#supported-hardware" class="md-nav__link">
  554. Supported hardware
  555. </a>
  556. </li>
  557. <li class="md-nav__item">
  558. <a href="#required-libraries" class="md-nav__link">
  559. Required libraries
  560. </a>
  561. </li>
  562. </ul>
  563. </nav>
  564. </li>
  565. <li class="md-nav__item">
  566. <a href="#install-the-autoconnect" class="md-nav__link">
  567. Install the AutoConnect
  568. </a>
  569. </li>
  570. </ul>
  571. </nav>
  572. </li>
  573. </ul>
  574. </nav>
  575. </div>
  576. </div>
  577. </div>
  578. <div class="md-content">
  579. <article class="md-content__inner md-typeset">
  580. <h1 id="autoconnect-for-esp8266esp32">AutoConnect <small>for ESP8266/ESP32</small><a class="headerlink" href="#autoconnect-for-esp8266esp32" title="Permanent link">&para;</a></h1>
  581. <p>An Arduino library for ESP8266/ESP32 WLAN configuration at run time with web interface.</p>
  582. <h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
  583. <p>To the dynamic configuration for joining to WLAN with SSID and PSK accordingly. It an Arduino library united with <em>ESP8266WebServer</em> class for ESP8266 or <em>WebServer</em> class for ESP32.
  584. Easy implementing the Web interface constituting the WLAN for ESP8266/ESP32 WiFi connection. With this library to make a Sketch easily which connects from ESP8266/ESP32 to the access point at runtime by the web interface without hard-coded SSID and password.</p>
  585. <p><img style="display:inline-block;width:460px;margin-right:30px;" src="images/ov.png" /><span style="display:inline-block;width:182px;height:322px;border:solid 1px lightgrey;"><img data-gifffer="images/ov.gif" data-gifffer-width="180" style="width:180px;" /></span></p>
  586. <h3 id="no-need-pre-coded-ssid-password"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> No need pre-coded SSID &amp; password<a class="headerlink" href="#no-need-pre-coded-ssid-password" title="Permanent link">&para;</a></h3>
  587. <p><span class="lead">It is no needed hard-coding in advance the SSID and Password into the Sketch to connect between ESP8266/ESP32 and WLAN. You can input SSID &amp; Password from a smartphone via the web interface at runtime.</span></p>
  588. <h3 id="simple-usage"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Simple usage<a class="headerlink" href="#simple-usage" title="Permanent link">&para;</a></h3>
  589. <p><span class="lead">AutoConnect control screen will be displayed automatically for establishing new connections. It aids by the <a href="https://en.wikipedia.org/wiki/Captive_portal">captive portal</a> when vested the connection cannot be detected.<br>By using the <a href="menu.html">AutoConnect menu</a>, to manage the connections convenient.</span></p>
  590. <h3 id="store-the-established-connection"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Store the established connection<a class="headerlink" href="#store-the-established-connection" title="Permanent link">&para;</a></h3>
  591. <p><span class="lead">The connection authentication data as credentials are saved automatically in the flash of ESP8266/ESP32 and You can select the past SSID from the <a href="menu.html">AutoConnect menu</a>.</span></p>
  592. <h3 id="easy-to-embed-in"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Easy to embed in<a class="headerlink" href="#easy-to-embed-in" title="Permanent link">&para;</a></h3>
  593. <p><span class="lead">AutoConnect can be placed easily in your Sketch. It's "<strong>begin</strong>" and "<strong>handleClient</strong>" only.</span></p>
  594. <h3 id="lives-with-your-sketches"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Lives with your Sketches<a class="headerlink" href="#lives-with-your-sketches" title="Permanent link">&para;</a></h3>
  595. <p><span class="lead">The Sketches which provide the web page using ESP8266WebServer there is, AutoConnect will not disturb it. AutoConnect can use an already instantiated ESP8266WebServer object, or itself can assign it. This effect also applies to ESP32. The corresponding class for ESP32 will be the WebServer.</span></p>
  596. <h3 id="easy-to-add-the-custom-web-pages-enhanced-wv097"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Easy to add the <a href="acintro.html">custom Web pages</a> <sup><sub>ENHANCED w/v0.9.7</sub></sup><a class="headerlink" href="#easy-to-add-the-custom-web-pages-enhanced-wv097" title="Permanent link">&para;</a></h3>
  597. <p><span class="lead">You can easily add your owned web pages that can consist of representative HTML elements and invoke them from the menu. Further it possible importing the custom Web pages declarations described with JSON which stored in PROGMEM, SPIFFS, or SD.</span></p>
  598. <div style="display:block;height:425px;">
  599. <img style="float:left;width:380px;" src="images/aux_json.png">
  600. <img style="float:left;margin-top:200px;margin-left:10px;margin-right:10px;width:32px;" src="images/arrow_right.png">
  601. <span style="float:left;width:242px;height:425px;border:1px solid lightgrey;"><img data-gifffer="images/aux_ov.gif" data-gifffer-width="240" data-gifffer-height="423" /></span>
  602. </div>
  603. <h3 id="quick-and-easy-to-equip-the-ota-update-feature-updated-wv115"><i class="fa fa-arrow-circle-right" aria-hidden="true"></i> Quick and easy to equip the <a href="otaupdate.html">OTA update feature</a> <sup><sub>UPDATED w/v1.1.5</sub></sup><a class="headerlink" href="#quick-and-easy-to-equip-the-ota-update-feature-updated-wv115" title="Permanent link">&para;</a></h3>
  604. <p><span class="lead">You can quickly and easily equip the OTA update feature to your Sketch and also you can operate the firmware update process via OTA from AutoConnect menu.</span></p>
  605. <p><span style="display:block;margin-left:auto;margin-right:auto;width:294px;height:482px;border:1px solid lightgrey;"><img data-gifffer="images/webupdate.gif" data-gifffer-height="480" data-gifffer-width="292" /></span></p>
  606. <h2 id="installation">Installation<a class="headerlink" href="#installation" title="Permanent link">&para;</a></h2>
  607. <h3 id="requirements">Requirements<a class="headerlink" href="#requirements" title="Permanent link">&para;</a></h3>
  608. <h4 id="supported-hardware">Supported hardware<a class="headerlink" href="#supported-hardware" title="Permanent link">&para;</a></h4>
  609. <ul class="task-list">
  610. <li class="task-list-item"><input type="checkbox" disabled checked/> Generic ESP8266 modules (applying the ESP8266 Community's Arduino core)</li>
  611. <li class="task-list-item"><input type="checkbox" disabled checked/> Adafruit HUZZAH ESP8266 (ESP-12)</li>
  612. <li class="task-list-item"><input type="checkbox" disabled checked/> ESP-WROOM-02</li>
  613. <li class="task-list-item"><input type="checkbox" disabled checked/> Heltec WiFi Kit 8</li>
  614. <li class="task-list-item"><input type="checkbox" disabled checked/> NodeMCU 0.9 (ESP-12) / NodeMCU 1.0 (ESP-12E)</li>
  615. <li class="task-list-item"><input type="checkbox" disabled checked/> Olimex MOD-WIFI-ESP8266</li>
  616. <li class="task-list-item"><input type="checkbox" disabled checked/> SparkFun Thing</li>
  617. <li class="task-list-item"><input type="checkbox" disabled checked/> SweetPea ESP-210</li>
  618. <li class="task-list-item"><input type="checkbox" disabled checked/> ESP32Dev Board (applying the Espressif's arduino-esp32 core)</li>
  619. <li class="task-list-item"><input type="checkbox" disabled checked/> SparkFun ESP32 Thing</li>
  620. <li class="task-list-item"><input type="checkbox" disabled checked/> WEMOS LOLIN D32</li>
  621. <li class="task-list-item"><input type="checkbox" disabled checked/> Ai-Thinker NodeMCU-32S</li>
  622. <li class="task-list-item"><input type="checkbox" disabled checked/> Heltec WiFi Kit 32</li>
  623. <li class="task-list-item"><input type="checkbox" disabled checked/> M5Stack</li>
  624. <li class="task-list-item"><input type="checkbox" disabled checked/> And other ESP8266/ESP32 modules supported by the Additional Board Manager URLs of the Arduino-IDE.</li>
  625. </ul>
  626. <div class="admonition info">
  627. <p class="admonition-title">About flash size on the module</p>
  628. <p>The AutoConnect Sketch size is relatively large. Large flash capacity is necessary. 512Kbyte (4Mbits) flash inclusion module such as ESP-01 is not recommended.</p>
  629. </div>
  630. <h4 id="required-libraries">Required libraries<a class="headerlink" href="#required-libraries" title="Permanent link">&para;</a></h4>
  631. <p>AutoConnect requires the following environment and libraries.</p>
  632. <p><i class="fa fa-download"></i> <strong>Arduino IDE</strong></p>
  633. <p>The current upstream at the 1.8 level or later is needed. Please install from the <a href="https://www.arduino.cc/en/Main/Software">official Arduino IDE download page</a>. This step is not required if you already have a modern version.</p>
  634. <p><i class="fa fa-download"></i> <strong>ESP8266 Arduino core</strong></p>
  635. <p>AutoConnect targets Sketches made on the assumption of <a href="https://github.com/esp8266/Arduino">ESP8266 Community's Arduino core</a>. Stable 2.4.0 or higher required and the <a href="https://github.com/esp8266/Arduino/releases/latest">latest release</a> is recommended.<br />
  636. Install third-party platform using the <em>Boards Manager</em> of Arduino IDE. Package URL is <a href="http://arduino.esp8266.com/stable/package_esp8266com_index.json">http://arduino.esp8266.com/stable/package_esp8266com_index.json</a></p>
  637. <p><i class="fa fa-download"></i> <strong>ESP32 Arduino core</strong></p>
  638. <p>Also, to apply AutoConnect to ESP32, the <a href="https://github.com/espressif/arduino-esp32">arduino-esp32 core</a> provided by Espressif is needed. Stable 1.0.1 or required and the <a href="https://github.com/espressif/arduino-esp32/releases/latest">latest release</a> is recommended.<br />
  639. Install third-party platform using the <em>Boards Manager</em> of Arduino IDE. You can add multiple URLs into <em>Additional Board Manager URLs</em> field, separating them with commas. Package URL is <a href="https://dl.espressif.com/dl/package_esp32_index.json">https://dl.espressif.com/dl/package_esp32_index.json</a> for ESP32.</p>
  640. <div class="admonition info">
  641. <p class="admonition-title">Arduino core for ESP32 1.0.3 or later</p>
  642. <p>For ESP32, AutoConnect v1.0.0 later is required for arduino-esp32 1.0.3 or later.</p>
  643. </div>
  644. <p><i class="fa fa-download"></i> <strong>Additional library (Required)</strong></p>
  645. <p>The <a href="https://github.com/Hieromon/PageBuilder">PageBuilder</a> library to build HTML for ESP8266WebServer is needed.<br />
  646. To install the PageBuilder library into your Arduino IDE, you can use the <em>Library Manager</em>. Select the board of ESP8266 series in the Arduino IDE, open the library manager and search keyword '<strong>PageBuilder</strong>' with the topic '<strong>Communication</strong>', then you can see the <em>PageBuilder</em>. The latest version is required <strong>1.4.2</strong> <strong>later</strong>.<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup></p>
  647. <p><img src="images/lm.png" width="640"/></p>
  648. <p><i class="fa fa-download"></i> <strong>Additional library (Optional)</strong></p>
  649. <p>By adding the <a href="https://github.com/bblanchon/ArduinoJson">ArduinoJson</a> library, AutoConnect will be able to handle the <a href="acintro.html"><strong>custom Web pages</strong></a> described with JSON. Since AutoConnect v0.9.7 you can insert user-owned web pages that can consist of representative HTML elements as styled TEXT, INPUT, BUTTON, CHECKBOX, SELECT, SUBMIT and invoke them from the AutoConnect menu. These HTML elements can be added by Sketches using the AutoConnect API. Further it possible importing the custom Web pages declarations described with JSON which stored in PROGMEM, SPIFFS, or SD. <a href="https://arduinojson.org/">ArduinoJson</a> is required to use this feature.<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup> AutoConnect can work with ArduinoJson both <a href="https://arduinojson.org/v5/doc/">version 5</a> and <a href="https://arduinojson.org/v6/doc/">version 6</a>.</p>
  650. <h3 id="install-the-autoconnect">Install the AutoConnect<a class="headerlink" href="#install-the-autoconnect" title="Permanent link">&para;</a></h3>
  651. <p>Clone or download from the <a href="https://github.com/Hieromon/AutoConnect">AutoConnect GitHub repository</a>.</p>
  652. <p><img src="images/gitrepo.png" width="640"/></p>
  653. <p>When you select Download, you can import it to Arduino IDE immediately. After downloaded, the AutoConnect-master.zip file will be saved in your download folder. Then in the Arduino IDE, navigate to <em>"Sketch &gt; Include Library"</em>. At the top of the drop down list, select the option to <em>"Add .ZIP Library..."</em>. Details for <a href="https://www.arduino.cc/en/Guide/Libraries#toc4">Arduino official page</a>.</p>
  654. <p><img src="images/ins_lib.png" /></p>
  655. <div class="admonition info">
  656. <p class="admonition-title">Supported by Library manager.</p>
  657. <p>AutoConnect was added to the Arduino IDE library manager. It can be used with the PlatformIO library also.</p>
  658. </div>
  659. <script>
  660. window.onload = function() {
  661. Gifffer();
  662. };
  663. </script>
  664. <div class="footnote">
  665. <hr />
  666. <ol>
  667. <li id="fn:1">
  668. <p>Since AutoConnect v1.2.0, PageBuilder v1.4.2 later is required.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
  669. </li>
  670. <li id="fn:2">
  671. <p>Using the AutoConnect API natively allows you to Sketch custom Web pages without JSON.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p>
  672. </li>
  673. </ol>
  674. </div>
  675. </article>
  676. </div>
  677. </div>
  678. </main>
  679. <footer class="md-footer">
  680. <div class="md-footer-nav">
  681. <nav class="md-footer-nav__inner md-grid" aria-label="Footer">
  682. <a href="gettingstarted.html" class="md-footer-nav__link md-footer-nav__link--next" rel="next">
  683. <div class="md-footer-nav__title">
  684. <div class="md-ellipsis">
  685. <span class="md-footer-nav__direction">
  686. Next
  687. </span>
  688. Getting started
  689. </div>
  690. </div>
  691. <div class="md-footer-nav__button md-icon">
  692. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 11v2h12l-5.5 5.5 1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5 16 11H4z"/></svg>
  693. </div>
  694. </a>
  695. </nav>
  696. </div>
  697. <div class="md-footer-meta md-typeset">
  698. <div class="md-footer-meta__inner md-grid">
  699. <div class="md-footer-copyright">
  700. <div class="md-footer-copyright__highlight">
  701. Copyright &copy; 2018-2020 Hieromon Ikasamo
  702. </div>
  703. Made with
  704. <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
  705. Material for MkDocs
  706. </a>
  707. </div>
  708. <div class="md-footer-social">
  709. <a href="https://github.com/Hieromon" target="_blank" rel="noopener" title="github.com" class="md-footer-social__link">
  710. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
  711. </a>
  712. <a href="https://twitter.com/hieromon" target="_blank" rel="noopener" title="twitter.com" class="md-footer-social__link">
  713. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
  714. </a>
  715. </div>
  716. </div>
  717. </div>
  718. </footer>
  719. </div>
  720. <script src="assets/javascripts/vendor.fd16492e.min.js"></script>
  721. <script src="assets/javascripts/bundle.7836ba4d.min.js"></script><script id="__lang" type="application/json">{"clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.term.missing": "Missing"}</script>
  722. <script>
  723. app = initialize({
  724. base: ".",
  725. features: [],
  726. search: Object.assign({
  727. worker: "assets/javascripts/worker/search.4ac00218.min.js"
  728. }, typeof search !== "undefined" && search)
  729. })
  730. </script>
  731. <script src="js/gifffer.min.js"></script>
  732. </body>
  733. </html>