Skip to content

Commit eb860b4

Browse files
authored
Merge pull request projecthorus#96 from darksidelemm/main
Hide raw_payload
2 parents 8294d04 + ee774de commit eb860b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h2><i class="icon-car rfloat"></i>Chase Mode</h2>
283283
<span class="r"><input type="text" id="cc_callsign" style="width: 140px;"/></span>
284284
</div>
285285
<div class="row">
286-
<span><b>Notice: If you enable this, your location will be uploaded to SondeHub-Amateur, making it publicly visible on the map.</b></span>
286+
<span><b>Notice: If you enable this, your location will be uploaded to SondeHub-Amateur, making it publicly visible on the map for up to 24 hours.</b></span>
287287
</div>
288288
<hr>
289289
<div class="row">

js/format.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ var excludedFields = [
2929
"raw",
3030
"aprs_tocall",
3131
"telemetry_hidden",
32-
"upload_time"
32+
"upload_time",
33+
"raw_payload"
3334
];
3435

3536
var uniqueKeys = {

0 commit comments

Comments
 (0)