increase roll angle limit
This commit is contained in:
parent
d3022c6fe5
commit
25e5a4e412
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user