Skip to content

Commit

Permalink
Merge pull request #657 from cyoung/ahrs_dev
Browse files Browse the repository at this point in the history
Sync master with ahrs_dev (minor webui changes).
  • Loading branch information
cyoung committed Aug 13, 2017
2 parents 31abc00 + 28710b5 commit 032849f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/plates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
</div>
</div>
<div class="form-group">
<label class="control-label col-xs-7">Attitude Sensor</label>
<label class="control-label col-xs-7">AHRS Sensor</label>
<div class="col-xs-5">
<ui-switch ng-model='IMU_Sensor_Enabled' settings-change></ui-switch>
</div>
</div>
<div class="form-group">
<label class="control-label col-xs-7">Altitude Sensor</label>
<label class="control-label col-xs-7">Baro Sensor</label>
<div class="col-xs-5">
<ui-switch ng-model='BMP_Sensor_Enabled' settings-change></ui-switch>
</div>
Expand Down

0 comments on commit 032849f

Please sign in to comment.