-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/cotestatnt/async-esp-fs-w…
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
If you want customize **/setup** webpage (headers, logo etc etc): | ||
* edit the source files as your needs (setup.htm, app.js, style.css) | ||
* open a terminal in *build* folder and run `npm i` to install all nodejs modules needed | ||
* run `node minimize.js` | ||
* run `node minify.js` | ||
* overwrite the content of *setup_htm.h* in src folder with the new generated file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "AsyncFsWebServer.h" | ||
const char* AsyncFsWebServer::getVersion() { | ||
return "1.0.5"; | ||
return "1.0.6"; | ||
} |