From 918e08eb92145d0bc1a45091ba5628e6361b54b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 17 May 2024 08:04:31 +0200 Subject: [PATCH] Fix broken links in 'Panel Test Example' README --- examples/Panel/PanelTest/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Panel/PanelTest/README.md b/examples/Panel/PanelTest/README.md index eff24a10..1468dfc9 100644 --- a/examples/Panel/PanelTest/README.md +++ b/examples/Panel/PanelTest/README.md @@ -7,9 +7,9 @@ The example demonstrates how to develop built-in or custom development boards us Follow the steps below to configure: 1. [Configure drivers](../../../README.md#configuring-drivers) if needed. -2. If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it. -3. If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it. -4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters, please refter to [Configuring Supported Development Boards](../../../../README.md#configuring-supported-development-boards) +2. If using a supported development board, follow the [steps](../../../README.md#using-supported-development-boards) to configure it. +3. If using a custom board, follow the [steps](../../../README.md#using-custom-development-boards) to configure it. +4. Navigate to the `Tools` menu in the Arduino IDE to choose a ESP board and configure its parameters, please refter to [Configuring Supported Development Boards](../../../README.md#configuring-supported-development-boards) 5. Verify and upload the example to your ESP board. ## Serial Output