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 Oct 27, 2023
1 parent f49cd3f commit 238d1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/RTK_Surveyor/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, 0xC0, 0x23, 0x3C, 0x65, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x1F, 0x8B, 0x08, 0x08, 0x80, 0x33, 0x3C, 0x65, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x73, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xEB, 0x7A, 0xDB, 0x38, 0x92, 0xE8, 0xFF,
0x3C, 0x05, 0x5A, 0x3B, 0xA7, 0x25, 0x4D, 0x64, 0x59, 0x92, 0x2F, 0x89, 0xE3, 0xD8, 0x7B, 0x7C,
0x4D, 0xBC, 0x13, 0x3B, 0xFE, 0xAC, 0xA4, 0xD3, 0x49, 0x4F, 0x8E, 0x97, 0x16, 0x61, 0x99, 0x13,
Expand Down Expand Up @@ -800,7 +800,7 @@ static const uint8_t main_js[] PROGMEM = {
// python index_html_zipper.py

static const uint8_t index_html[] PROGMEM = {
0x1F, 0x8B, 0x08, 0x08, 0xBF, 0x23, 0x3C, 0x65, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x1F, 0x8B, 0x08, 0x08, 0x80, 0x33, 0x3C, 0x65, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x68, 0x74, 0x6D, 0x6C, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xD9, 0x72, 0xE3, 0x48,
0x92, 0xE0, 0x7B, 0x7E, 0x45, 0x0C, 0x67, 0x67, 0x52, 0x9A, 0x16, 0x29, 0x92, 0x3A, 0x52, 0xA9,
0xCE, 0xA4, 0x19, 0x25, 0x4A, 0x99, 0xB2, 0x56, 0x2A, 0xB9, 0xA2, 0xB2, 0xB3, 0xAA, 0xD6, 0x76,
Expand Down

0 comments on commit 238d1ea

Please sign in to comment.