Update ehs.py

This commit is contained in:
Junzi Sun 2017-03-17 15:24:18 +01:00 committed by GitHub
parent 15f2833aee
commit 8933afb1c1

View File

@ -352,7 +352,7 @@ def isBDS50(msg):
if abs(roll(msg)) > 30:
result &= False
if gs(msg) > 500:
if gs(msg) > 600:
result &= False
if tas(msg) > 500: