Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Reduced web code
Browse files Browse the repository at this point in the history
  • Loading branch information
hezy0426 committed Aug 6, 2023
1 parent 442608d commit b50a841
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/webServer/include/index_html.h

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/webServer/webServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "Data2Web.h"

// All the CSS, HTML, and JS code stored in const char*
#include "myscript_js.h"
#include "supporting_js.h"
#include "css.h"
#include "index_html.h"
#include "json_string.h"
Expand Down
2 changes: 1 addition & 1 deletion components/webServer/wip.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1 id="headline">Current Conditions</h1>
addLineMem(
"memTable",
'Days Left:<br><span style="font-size: .75em">approximate</span>',
commaSeparateNumber((total / dayKB).toFixed(0)),
commaSeparateNumber((free / dayKB).toFixed(0)),
"days_left",
create
);
Expand Down

0 comments on commit b50a841

Please sign in to comment.