LogAnalyser: rename BalanceTwist to MotorBalance

This commit is contained in:
Randy Mackay 2014-10-27 13:53:42 +09:00
parent 98e9ce3206
commit 4aa07d7aef
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class TestBalanceTwist(Test):
'''test for badly unbalanced copter, including yaw twist'''
def __init__(self):
Test.__init__(self)
self.name = "Balance/Twist"
self.name = "Motor Balance"
def run(self, logdata, verbose):
self.result = TestResult()