Fix the servo order and numbering on the 'motors' tab.

Fixes #251.
10.3.x-maintenance
Dominic Clifton 2015-10-14 21:20:42 +01:00
parent 43423ec7f9
commit 7e6cdd5d1d
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ TABS.motors.initialize = function (callback) {
');
servos_wrapper.append('\
<div class="m-block servo-' + i + '">\
<div class="m-block servo-' + (7 - i) + '">\
<div class="meter-bar">\
<div class="label"></div>\
<div class="indicator">\