From 1fb777ee079fba9b7dde2e5597b5adeb275ddb7c Mon Sep 17 00:00:00 2001 From: Aaryan Murgunde <44398228+aaryanmurgunde@users.noreply.github.com> Date: Tue, 15 Feb 2022 01:16:57 +0530 Subject: [PATCH] Copter tag update Use the updated copter file, that is much more reliable. --- docs/Installing_Ardupilot_20_04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Installing_Ardupilot_20_04.md b/docs/Installing_Ardupilot_20_04.md index 873d3d9..c41d599 100644 --- a/docs/Installing_Ardupilot_20_04.md +++ b/docs/Installing_Ardupilot_20_04.md @@ -25,7 +25,7 @@ reload profile ## Checkout Latest Copter Build ``` -git checkout Copter-4.0.4 +git checkout Copter-4.1.4 git submodule update --init --recursive ```