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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h2><i class="icon-car rfloat"></i>Chase Mode</h2>
<span class="r"><input type="text" id="cc_callsign" style="width: 140px;"/></span>
</div>
<div class="row">
<span><b>Notice: If you enable this, your location will be uploaded to SondeHub-Amateur, making it publicly visible on the map.</b></span>
<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>
</div>
<hr>
<div class="row">
Expand Down
3 changes: 2 additions & 1 deletion js/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ var excludedFields = [
"raw",
"aprs_tocall",
"telemetry_hidden",
"upload_time"
"upload_time",
"raw_payload"
];

var uniqueKeys = {
Expand Down