Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jessop authored and Mark Jessop committed Jul 18, 2022
1 parent 7356c1a commit 8b27726
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/js/balloon.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function handleTelemetry(data){
$("#numSVStatus").text(data.numSV.toFixed(0));
}

console.log(data);
//console.log(data);

// Update Chase Car Speed
if (document.getElementById("showCarSpeed").checked){
Expand Down
2 changes: 1 addition & 1 deletion static/js/bearings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var bearings_only_mode = false;


var bearing_confidence_threshold = 5.0;
var bearing_max_age = 20*60.0;
var bearing_max_age = 10*60.0;

var bearing_length = 10000;
var bearing_weight = 0.5;
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ <h1 class="sidebar-header">
</div>

<div class="paramRow">
<b>Maximum Age (min)</b><input type="text" class="paramEntry" id="bearingMaximumAge" value="20"><br/>
<b>Maximum Age (min)</b><input type="text" class="paramEntry" id="bearingMaximumAge" value="10"><br/>
</div>

<div class="paramRow">
Expand Down

0 comments on commit 8b27726

Please sign in to comment.