Skip to content

Commit

Permalink
Update form.h via Python
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent ea3548b commit eeb1fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/RTK_Everywhere/form.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// python main_js_zipper.py

static const uint8_t main_js[] PROGMEM = {
0x1F, 0x8B, 0x08, 0x08, 0xBE, 0xC3, 0xD0, 0x66, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x1F, 0x8B, 0x08, 0x08, 0xFF, 0xCA, 0xD0, 0x66, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x73, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0x7B, 0x5F, 0x1B, 0x39, 0xB2, 0xE8, 0xFF,
0xF9, 0x14, 0x5A, 0xDF, 0xBD, 0x6B, 0x7B, 0x31, 0xC6, 0x36, 0x8F, 0x40, 0x08, 0xD9, 0x43, 0x80,
0x24, 0xDC, 0xE1, 0xE1, 0x1F, 0x26, 0x93, 0xC9, 0xCC, 0xE6, 0x72, 0x1A, 0xB7, 0x30, 0xBD, 0xB1,
Expand Down Expand Up @@ -922,7 +922,7 @@ static const uint8_t main_js[] PROGMEM = {
// python index_html_zipper.py

static const uint8_t index_html[] PROGMEM = {
0x1F, 0x8B, 0x08, 0x08, 0xBE, 0xC3, 0xD0, 0x66, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x1F, 0x8B, 0x08, 0x08, 0xFF, 0xCA, 0xD0, 0x66, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x68, 0x74, 0x6D, 0x6C, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xD9, 0x72, 0xDB, 0xCA,
0x92, 0xE0, 0xFB, 0xF9, 0x8A, 0xBA, 0xEC, 0xE9, 0xB6, 0xD4, 0x2D, 0x52, 0x5C, 0x24, 0xD9, 0xD6,
0xB5, 0x15, 0x41, 0x6D, 0xB6, 0xE6, 0x4A, 0x36, 0x5B, 0x94, 0xEF, 0x59, 0x26, 0x66, 0x4E, 0x40,
Expand Down

0 comments on commit eeb1fce

Please sign in to comment.