Add program to zero velocity before hover/land operations.
This commit is contained in:
parent
966729911b
commit
bf6bbdc099
2 changed files with 21 additions and 0 deletions
|
@ -51,6 +51,7 @@ MakeMenu(
|
|||
}
|
||||
).
|
||||
|
||||
MakeButton(rows[1], "ZERO", { ZeroVelocity(). }).
|
||||
MakeButton(rows[1], "HOVER", { Hover(). }).
|
||||
MakeButton(rows[1], "LAND", { Land(). }).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue