mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 21:19:35 +00:00
Updates docs/arduino.md
Auto commit by GitBook Editor
This commit is contained in:
@@ -96,7 +96,7 @@ void setup()
|
||||
|
||||
// Пролет вперед на 3 метра:
|
||||
nh.loginfo("Fly forward");
|
||||
nav_req.auto_arm = false;
|
||||
nav_req.auto_arm = true;
|
||||
nav_req.x = 3;
|
||||
nav_req.y = 0;
|
||||
nav_req.z = 0;
|
||||
|
||||
Reference in New Issue
Block a user