From 0f83e8ed8090e7dacb5a5fb00f9d0e491a077efc Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 31 Jan 2024 17:20:59 +0300 Subject: [PATCH] Add info on how to control the simulated drone to build instructions --- docs/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build.md b/docs/build.md index 3984451..4a5caf9 100644 --- a/docs/build.md +++ b/docs/build.md @@ -65,6 +65,10 @@ cd flix make simulator ``` +### Flight + +Use USB remote control or QGroundControl mobile app (with *Virtual Joystick* setting enabled) to control the drone. + ## Firmware ### Arduino IDE (Windows, Linux, macOS)