Skip to content

Commit

Permalink
Update the web UI source files for version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mairas committed Feb 18, 2022
1 parent 6d41e30 commit fd15648
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,0x1,0x95,0xb,0x62,
0x1f,0x8b,0x8,0x0,0x3c,0x49,0xf,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,0x1,0x95,0xb,0x62,
0x1f,0x8b,0x8,0x0,0x3c,0x49,0xf,0x62,
0x2,0xff,0xdd,0x58,0x4b,0x6f,0xe3,0x36,
0x10,0xbe,0xef,0xaf,0x98,0x6a,0x81,0xba,
0x5,0x2a,0xcb,0x92,0x1d,0xc7,0xc9,0x5a,
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,0x1,0x95,0xb,0x62,
0x1f,0x8b,0x8,0x0,0x3c,0x49,0xf,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
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,0x1,0x95,0xb,0x62,
0x1f,0x8b,0x8,0x0,0x3c,0x49,0xf,0x62,
0x2,0xff,0xa5,0x59,0x7b,0x73,0xdb,0xb8,
0x11,0xff,0x2a,0x30,0xae,0x63,0x92,0x23,
0x92,0x96,0xf3,0xe8,0x1f,0x92,0x29,0xcf,
Expand Down

0 comments on commit fd15648

Please sign in to comment.