Skip to content

Commit f9d1f85

Browse files
committed
Merge branch 'release_candidate' into pcUpdates
2 parents 63acd0c + 9190074 commit f9d1f85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Firmware/RTK_Everywhere/form.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// python main_js_zipper.py
2727

2828
static const uint8_t main_js[] PROGMEM = {
29-
0x1F, 0x8B, 0x08, 0x08, 0x93, 0x10, 0x95, 0x68, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
29+
0x1F, 0x8B, 0x08, 0x08, 0x7C, 0x6B, 0x9B, 0x68, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
3030
0x73, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xEB, 0x5A, 0x1B, 0x39, 0xB6, 0xE8, 0xFF,
3131
0x3C, 0x85, 0xC6, 0x67, 0xCE, 0xD8, 0x0C, 0xC6, 0x94, 0xCD, 0x25, 0x10, 0x42, 0xF6, 0x21, 0x40,
3232
0x12, 0xCE, 0x70, 0x3B, 0x98, 0x74, 0x77, 0xBA, 0x27, 0x9B, 0x5D, 0xD8, 0xC2, 0xD4, 0x8E, 0x5D,
@@ -1076,7 +1076,7 @@ static const uint8_t main_js[] PROGMEM = {
10761076
// python index_html_zipper.py
10771077

10781078
static const uint8_t index_html[] PROGMEM = {
1079-
0x1F, 0x8B, 0x08, 0x08, 0x93, 0x10, 0x95, 0x68, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
1079+
0x1F, 0x8B, 0x08, 0x08, 0x7C, 0x6B, 0x9B, 0x68, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
10801080
0x68, 0x74, 0x6D, 0x6C, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0x59, 0x76, 0xDB, 0xCA,
10811081
0x92, 0xE0, 0xFF, 0x5D, 0x45, 0x16, 0xAB, 0xBB, 0x2C, 0x57, 0x8B, 0x14, 0x48, 0x4A, 0xB2, 0xAC,
10821082
0x67, 0xEB, 0x1C, 0x6A, 0xB0, 0xAD, 0x7E, 0xB2, 0xCC, 0x12, 0xE5, 0x77, 0x87, 0x3E, 0xDD, 0xF7,

docs/menu_gnss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Measurement Frequency can be set by either Hz or by seconds between measurements
3939

4040
## Dynamic Model
4141

42-
The Dynamic Model can be changed but it is recommended to leave it as *Survey*. For more information, please see the list of [reference documents](reference_documents.md) for your platform.
42+
The Dynamic Model can be changed but it is recommended to leave it as *Portable*. For more information, please see the list of [reference documents](reference_documents.md) for your platform.
4343

4444
## Min SV Elevation and C/N0
4545

0 commit comments

Comments
 (0)