WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Firmware/RTK_Everywhere/AP-Config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1671,8 +1671,9 @@
</div>

<div class="form-check mt-3">
<input type="checkbox" value="" id="enableNtripCaster" onClick="tcpServerBoxes()">
<label for="enableNtripCaster">NTRIP Caster</label>
<label class="form-check-label" for="enableNtripCaster">NTRIP Caster</label>
<input class="form-check-input" type="checkbox" value="" id="enableNtripCaster" onClick="tcpServerBoxes()">

<span class="tt" data-bs-placement="right"
title="If enabled, device will emulate an NTRIP caster, allowing inbound NTRIP Clients to connect and get RTCM over the given port.">
<span class="icon-info-circle text-primary ms-2"></span>
Expand Down Expand Up @@ -2549,4 +2550,4 @@
</script>
</body>

</html>
</html>
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, 0xAE, 0x0F, 0x15, 0x69, 0x02, 0xFF, 0x6D, 0x61, 0x69, 0x6E, 0x2E, 0x6A,
0x1F, 0x8B, 0x08, 0x08, 0x82, 0x89, 0x17, 0x69, 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, 0xB3, 0x01, 0xD3, 0x36, 0x8F, 0x40, 0x08, 0x39, 0x97, 0x00,
0x49, 0xB8, 0xCB, 0xC3, 0x8B, 0xC9, 0xCC, 0x64, 0x72, 0x72, 0x38, 0x8D, 0x2D, 0x4C, 0x9F, 0xD8,
Expand Down Expand Up @@ -1145,7 +1145,7 @@ static const uint8_t main_js[] PROGMEM = {
// python index_html_zipper.py

static const uint8_t index_html[] PROGMEM = {
0x1F, 0x8B, 0x08, 0x08, 0xAE, 0x0F, 0x15, 0x69, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x1F, 0x8B, 0x08, 0x08, 0x82, 0x89, 0x17, 0x69, 0x02, 0xFF, 0x69, 0x6E, 0x64, 0x65, 0x78, 0x2E,
0x68, 0x74, 0x6D, 0x6C, 0x2E, 0x67, 0x7A, 0x69, 0x70, 0x00, 0xED, 0x7D, 0xD9, 0x76, 0xDB, 0x4A,
0x92, 0xE0, 0xFB, 0xFD, 0x8A, 0x6C, 0xF6, 0x74, 0x5B, 0xEE, 0x91, 0x28, 0x90, 0x94, 0x64, 0x59,
0x65, 0xF3, 0x1C, 0xAD, 0xB6, 0xA6, 0x24, 0x99, 0x2D, 0xCA, 0x75, 0x97, 0x39, 0x33, 0xF7, 0x40,
Expand Down