Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Aug 26, 2024
2 parents 75760c0 + 69b4a3f commit da01fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion built-in-webpages/setup/build_setup/readme.md
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
2 changes: 1 addition & 1 deletion src/Version.cpp
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";
}

0 comments on commit da01fae

Please sign in to comment.