Revert "Add program to zero velocity before hover/land operations."

This reverts commit bf6bbdc099.
This commit is contained in:
2021-08-08 16:33:51 -04:00
parent d83ec5dd26
commit a6761fda94
2 changed files with 0 additions and 21 deletions

View File

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