Skip to content

Commit

Permalink
Merge pull request #172 from Hieromon/patches/v113
Browse files Browse the repository at this point in the history
Fixes #150
  • Loading branch information
Hieromon authored Dec 31, 2019
2 parents 8e61776 + 991f2a5 commit 231e294
Show file tree
Hide file tree
Showing 73 changed files with 1,855 additions and 1,367 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ Full documentation is available on https://Hieromon.github.io/AutoConnect, some

## Change log

### [1.1.3] Jan. 1, 2020
- Added AUTOCONNECT_NOUSE_JSON directive. (issue #167)
- Removed compiler warning of unused.
- Improved Config New button behavior. (issue #150)
- Fixed relocate Config New menu URI inability.

### [1.1.2] Oct. 22, 2019
- Fixed crash when no SSID found.
- Fixed memory leak on destruction. (PR #144)
Expand Down
16 changes: 8 additions & 8 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
<meta name="lang:search.tokenizer" content="[\s\-]+">

<link rel="shortcut icon" href="/AutoConnect/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.0">
<meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.6.0">



<title>AutoConnect for ESP8266/ESP32</title>



<link rel="stylesheet" href="/AutoConnect/assets/stylesheets/application.0284f74d.css">
<link rel="stylesheet" href="/AutoConnect/assets/stylesheets/application.1b62728e.css">

<link rel="stylesheet" href="/AutoConnect/assets/stylesheets/application-palette.01803549.css">
<link rel="stylesheet" href="/AutoConnect/assets/stylesheets/application-palette.a8b3c06d.css">



Expand All @@ -55,12 +55,12 @@



<script src="/AutoConnect/assets/javascripts/modernizr.74668098.js"></script>
<script src="/AutoConnect/assets/javascripts/modernizr.268332fc.js"></script>



<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700%7CRoboto+Mono&display=fallback">
<style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>


Expand Down Expand Up @@ -208,7 +208,7 @@



<main class="md-main">
<main class="md-main" role="main">
<div class="md-main__inner md-grid" data-md-component="container">


Expand Down Expand Up @@ -746,7 +746,7 @@ <h1>404 - Not found</h1>
<div class="md-footer-copyright">

<div class="md-footer-copyright__highlight">
Copyright &copy; 2018-2019 Hieromon Ikasamo
Copyright &copy; 2018-2020 Hieromon Ikasamo
</div>

powered by
Expand All @@ -771,7 +771,7 @@ <h1>404 - Not found</h1>

</div>

<script src="/AutoConnect/assets/javascripts/application.245445c6.js"></script>
<script src="/AutoConnect/assets/javascripts/application.808e90bb.js"></script>

<script>app.initialize({version:"1.0.4",url:{base:"/AutoConnect/"}})</script>

Expand Down
Loading

0 comments on commit 231e294

Please sign in to comment.