kopia lustrzana https://github.com/cyoung/stratux
Merge branch 'ahrs_dev' into eric
commit
9264dd4908
|
@ -203,9 +203,6 @@ function GPSCtrl($rootScope, $scope, $state, $http, $interval) {
|
||||||
statusGPS.classList.remove("on");
|
statusGPS.classList.remove("on");
|
||||||
}
|
}
|
||||||
if (situation.AHRSStatus & 0x02) {
|
if (situation.AHRSStatus & 0x02) {
|
||||||
if (statusIMU.classList.contains("off")) {
|
|
||||||
setTimeout($scope.GMeterReset, 1000);
|
|
||||||
}
|
|
||||||
statusIMU.classList.remove("off");
|
statusIMU.classList.remove("off");
|
||||||
statusIMU.classList.add("on");
|
statusIMU.classList.add("on");
|
||||||
} else {
|
} else {
|
||||||
|
|
Ładowanie…
Reference in New Issue