diff --git a/web/index.html b/web/index.html index 2e51ef44..802b3cec 100755 --- a/web/index.html +++ b/web/index.html @@ -58,9 +58,7 @@ - @@ -81,9 +79,7 @@ Weather Traffic GPS/AHRS - Logs Settings diff --git a/web/js/main.js b/web/js/main.js index 8151b817..d9fafd22 100755 --- a/web/js/main.js +++ b/web/js/main.js @@ -23,12 +23,12 @@ app.config(function ($stateProvider, $urlRouterProvider) { controller: 'StatusCtrl', reloadOnSearch: false }) -// .state('towers', { -// url: '/towers', -// templateUrl: 'plates/towers.html', -// controller: 'TowersCtrl', -// reloadOnSearch: false -// }) + .state('towers', { + url: '/towers', + templateUrl: 'plates/towers.html', + controller: 'TowersCtrl', + reloadOnSearch: false + }) .state('weather', { url: '/weather', templateUrl: 'plates/weather.html', diff --git a/web/plates/gps.html b/web/plates/gps.html index d06e92b8..d8c5f4ab 100755 --- a/web/plates/gps.html +++ b/web/plates/gps.html @@ -48,7 +48,7 @@ {{ahrs_heading}}° {{ahrs_pitch}}° {{ahrs_roll}}° - {{ahrs_alt}}' + {{ahrs_alt}} ft diff --git a/web/plates/towers-help.html b/web/plates/towers-help.html index dfcd56da..fdc7c496 100644 --- a/web/plates/towers-help.html +++ b/web/plates/towers-help.html @@ -1,4 +1,9 @@
The Towers page provides a list of recent towers which have been received. Each time a new tower is received, it is added to the list. Each time new messages are received from an existing tower, the list is updated. If no messages are received from a tower for 5 minutes, the tower is removed from the list.
-more details will be added here eventually :-)
+The Towers page provides a list of the towers from which UAT message have been received within the last minute.
+For each tower, the list includes the following details:
+