increase roll angle limit

This commit is contained in:
Junzi Sun 2017-07-22 11:58:29 +02:00
parent d3022c6fe5
commit 25e5a4e412

View File

@ -498,7 +498,7 @@ def isBDS50(msg):
result &= True
else:
roll = abs(roll50(msg))
if roll and roll > 30:
if roll and roll > 60:
result &= False
gs = gs50(msg)