diff --git a/web/css/ahrs.css b/web/css/ahrs.css index 289203f3..bc4f1b60 100644 --- a/web/css/ahrs.css +++ b/web/css/ahrs.css @@ -6,15 +6,16 @@ height: 100%; background-color: #ABFF00; border-radius: 10%; - box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; } .indicator.off { background-color: #F00; + box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #472001 0 -1px 9px, #FF4900 0 2px 12px; } .indicator.on { background-color: #ABFF00; + box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px; } .indicator.blink { diff --git a/web/plates/js/settings.js b/web/plates/js/settings.js index d7713c22..2bffb268 100644 --- a/web/plates/js/settings.js +++ b/web/plates/js/settings.js @@ -257,18 +257,6 @@ function SettingsCtrl($rootScope, $scope, $state, $location, $window, $http) { }); }; - $scope.calibrateGyros = function() { - console.log("sending calibrate message."); - $http.post(URL_AHRS_CAL).then(function (response) { - console.log("Sent calibrate message."); - }, function (response) { - console.log(response.data); - $scope.Calibration_Failure_Message = response.data; - $scope.Ui.turnOff("modalCalibrateGyros"); - $scope.Ui.turnOn("modalCalibrateGyrosFailed"); - }); - }; - $scope.updateWiFi = function(action) { $scope.WiFiErrors = { 'WiFiSSID': '', diff --git a/web/plates/settings.html b/web/plates/settings.html index 2316fcff..bd6b03bf 100644 --- a/web/plates/settings.html +++ b/web/plates/settings.html @@ -12,12 +12,6 @@ ng-disabled="!IMU_Sensor_Enabled">Set AHRS Sensor Orientation -
-
- -
-
@@ -374,29 +368,6 @@
- -