Skip to content

Commit

Permalink
Update the web UI source files for version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Jun 7, 2022
1 parent 573c7e8 commit 68cba82
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 303 deletions.
2 changes: 1 addition & 1 deletion src/sensesp/net/web/css_bootstrap.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <pgmspace.h>
const uint8_t PAGE_css_bootstrap[] PROGMEM = {
0x1f,0x8b,0x8,0x0,0x59,0xc5,0x73,0x62,
0x1f,0x8b,0x8,0x0,0xc6,0xff,0x9e,0x62,
0x2,0xff,0xed,0xbd,0xeb,0x8e,0x23,0x39,
0x92,0x2e,0xf8,0xff,0x3c,0x85,0x26,0xb,
0x89,0xcc,0xa8,0x92,0x54,0xee,0x72,0xb9,
Expand Down
2 changes: 1 addition & 1 deletion src/sensesp/net/web/index.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <pgmspace.h>
const uint8_t PAGE_index[] PROGMEM = {
0x1f,0x8b,0x8,0x0,0x59,0xc5,0x73,0x62,
0x1f,0x8b,0x8,0x0,0xc6,0xff,0x9e,0x62,
0x2,0xff,0xdd,0x58,0x4f,0x6f,0xeb,0x36,
0xc,0xbf,0xf7,0x53,0x70,0xda,0x65,0x3,
0xa6,0x3a,0x76,0x52,0x37,0xe9,0xec,0x1c,
Expand Down
2 changes: 1 addition & 1 deletion src/sensesp/net/web/js_jsoneditor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <pgmspace.h>
const uint8_t PAGE_js_jsoneditor[] PROGMEM = {
0x1f,0x8b,0x8,0x0,0x59,0xc5,0x73,0x62,
0x1f,0x8b,0x8,0x0,0xc6,0xff,0x9e,0x62,
0x2,0xff,0xec,0xbd,0xe9,0x7a,0x1b,0x57,
0x76,0x28,0xfa,0xbf,0x9f,0x2,0xac,0x24,
0x74,0x95,0x59,0x4,0x41,0xd9,0x9d,0x1,
Expand Down
Loading

0 comments on commit 68cba82

Please sign in to comment.