Add program to zero velocity before hover/land operations.

This commit is contained in:
2021-08-08 16:23:20 -04:00
parent 966729911b
commit bf6bbdc099
2 changed files with 21 additions and 0 deletions

View File

@ -51,6 +51,7 @@ MakeMenu(
}
).
MakeButton(rows[1], "ZERO", { ZeroVelocity(). }).
MakeButton(rows[1], "HOVER", { Hover(). }).
MakeButton(rows[1], "LAND", { Land(). }).