Skip to content

Commit

Permalink
Update the web UI source files for version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Sep 29, 2022
1 parent 573188f commit 503d092
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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,0xca,0xef,0xf4,0x62,
0x1f,0x8b,0x8,0x0,0x2e,0x90,0x35,0x63,
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,0xca,0xef,0xf4,0x62,
0x1f,0x8b,0x8,0x0,0x2e,0x90,0x35,0x63,
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,0xca,0xef,0xf4,0x62,
0x1f,0x8b,0x8,0x0,0x2e,0x90,0x35,0x63,
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
2 changes: 1 addition & 1 deletion src/sensesp/net/web/js_sensesp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <pgmspace.h>
const uint8_t PAGE_js_sensesp[] PROGMEM = {
0x1f,0x8b,0x8,0x0,0xca,0xef,0xf4,0x62,
0x1f,0x8b,0x8,0x0,0x2e,0x90,0x35,0x63,
0x2,0xff,0xcd,0x19,0xed,0x72,0xdb,0xb8,
0xf1,0x55,0x18,0x34,0x63,0x91,0x63,0x8a,
0xb6,0x93,0xbb,0x3f,0x96,0xa1,0x4c,0x9a,
Expand Down

0 comments on commit 503d092

Please sign in to comment.