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 Sep 27, 2023
1 parent d7f3f96 commit 479b53b
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, 0xD6, 0x4B, 0x14, 0x65, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x1F, 0x8B, 0x08, 0x08, 0x64, 0x5F, 0x14, 0x65, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x73, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xEB, 0x7A, 0xDB, 0x38, 0xB2, 0xE0, 0xFF,
0x3C, 0x05, 0x5A, 0x3B, 0xDB, 0x92, 0x26, 0xB2, 0x2C, 0xC9, 0x97, 0xC4, 0x71, 0xEC, 0xB3, 0xBE,
0x26, 0xDE, 0x89, 0x1D, 0x7F, 0x96, 0xD3, 0xE9, 0xA4, 0x27, 0xEB, 0x43, 0x8B, 0xB0, 0xCC, 0x89,
Expand Down Expand Up @@ -796,7 +796,7 @@ static const uint8_t main_js[] PROGMEM = {
// python index_html_zipper.py

static const uint8_t index_html[] PROGMEM = {
0x1F, 0x8B, 0x08, 0x08, 0xD6, 0x4B, 0x14, 0x65, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x1F, 0x8B, 0x08, 0x08, 0x64, 0x5F, 0x14, 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, 0x75, 0x65, 0xCA, 0x5A, 0x52, 0x72, 0x45, 0x55, 0xD7, 0xB1, 0xB6, 0x5B, 0x06,
Expand Down

0 comments on commit 479b53b

Please sign in to comment.