From 7a2f2d955b09ccebbddf21ff68311718283f032a Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 23 Nov 2024 18:18:19 +0300 Subject: [PATCH] Minor fix to the troubleshooting --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index f335b8c..25f130c 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -4,7 +4,7 @@ Do the following: -* **Check ESP32 core is installed**. Check if the version matches the one used in the tutorial. +* **Check ESP32 core is installed**. Check if the version matches the one used in the [tutorial](build.md#firmware). * **Check libraries**. Install all the required libraries from the tutorial. Make sure there are no MPU9250 or other peripherals libraries that may conflict with the ones used in the tutorial. ## The drone doesn't fly