Updates docs/arduino.md

Auto commit by GitBook Editor
This commit is contained in:
Oleg Kalachev
2017-12-13 19:16:05 +03:00
parent e32ac51a6d
commit 59d36605cc

View File

@@ -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;