pull/259/head^2 v0.7b2
Christopher Young 2016-02-17 23:42:58 -05:00
rodzic c165acd98e
commit ca9bd3900b
5 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -109,7 +109,7 @@ function TrafficCtrl($rootScope, $scope, $state, $http, $interval) {
// perform cleanup every 60 seconds
var clearStaleTraffic = $interval(function () {
// remove stail aircraft = anything more than 180 seconds without and update
// remove stale aircraft = anything more than 180 seconds without an update
var dirty = false;
var cutoff = Date.now() - (180 * 1000);

Wyświetl plik

@ -211,7 +211,7 @@ function WeatherCtrl($rootScope, $scope, $state, $http, $interval) {
// perform cleanup every 5 minutes
var clearStaleMessages = $interval(function () {
// remove stail data = anything more than 30 minutes old
// remove stale data = anything more than 30 minutes old
var dirty = false;
var cutoff = Date.now() - (30 * 60 * 1000);

Wyświetl plik

@ -1,5 +1,5 @@
<div class="section text-left help-page">
<p>The <strong>Logs</strong> page provides basic access to teh replay logs and system logs generated on the Stratux device.</p>
<p>The <strong>Logs</strong> page provides basic access to the replay logs and system logs generated on the Stratux device.</p>
<p></p>
<p class="text-warning">NOTE: It is the intent that minimal log processing be done to enalbve users to see recent activity from the logs. However, this is a lower value to the current project and has been prioritized accordingly.</p>
<p class="text-warning">NOTE: It is the intent that minimal log processing be done to enable users to see recent activity from the logs. However, this is a lower value to the current project and has been prioritized accordingly.</p>
</div>

Wyświetl plik

@ -5,13 +5,13 @@
<div class="panel-heading">Hardware</div>
<div class="panel-body">
<div class="form-group">
<label class="control-label col-xs-7">978MHz</label>
<label class="control-label col-xs-7">978 MHz</label>
<div class="col-xs-5">
<ui-switch ng-model='UAT_Enabled' settings-change></ui-switch>
</div>
</div>
<div class="form-group">
<label class="control-label col-xs-7">1090MHz</label>
<label class="control-label col-xs-7">1090 MHz</label>
<div class="col-xs-5">
<ui-switch ng-model='ES_Enabled' settings-change></ui-switch>
</div>
@ -70,7 +70,7 @@
<label class="control-label col-xs-5">Watch List</label>
<form name="watchForm" ng-submit="updatewatchlist()" novalidate>
<!-- type="number" not supported except on mobile -->
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space delimeted identifiers" ng-blur="updatewatchlist()" />
<input class="col-xs-7" type="string" required ng-model="WatchList" placeholder="space-delimeted identifiers" ng-blur="updatewatchlist()" />
</form>
</div>
<div class="form-group reset-flow">

Wyświetl plik

@ -4,8 +4,8 @@
<p>Depending on the hardware you have installed in your Stratux, you will have status for the following:</p>
<ul class="list-simple">
<li><strong>SDR</strong> (software defined radio) dongle tuned to 978Mhz for UAT (universal access transceiver) traffic and weather</li>
<li><strong>SDR</strong> (software defined radio) dongle tuned to 1090Mhz for ES (extended squitter) traffic</li>
<li><strong>SDR</strong> (software defined radio) dongle tuned to 978 MHz for UAT (universal access transceiver) traffic and weather</li>
<li><strong>SDR</strong> (software defined radio) dongle tuned to 1090 MHz for ES (extended squitter) traffic</li>
<li><strong>GPS</strong> the RY835AI module receiving GPS data from satellites</li>
<li><strong>AHRS</strong> the RY835AI module generating attitude data from its pressure sensor, gyroscope, accelerometer, and magnetometer.</li>
</ul>