Change AHRS Smoothness label.

pull/610/head
Eric Westphal 2017-05-17 19:18:41 -04:00
rodzic 9264dd4908
commit 2a1a938194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -175,10 +175,10 @@
</form>
</div>
<div class="form-group reset-flow">
<label class="control-label col-xs-5">AHRS Smoothing Constant</label>
<label class="control-label col-xs-5">AHRS Responsiveness</label>
<form name="watchForm" ng-submit="updateAHRSSmoothingConst()" novalidate>
<input class="col-xs-7" type="string" required ng-model="AHRSSmoothingConstant"
placeholder="0-1, lower is smoother" ng-blur="updateAHRSSmoothingConst()" />
placeholder="0 is smoother, 1 is faster" ng-blur="updateAHRSSmoothingConst()" />
</form>
</div>
<div class="form-group reset-flow">