Skip to content

Commit 918e08e

Browse files
authored
Fix broken links in 'Panel Test Example' README
1 parent 4a7d5a0 commit 918e08e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Panel/PanelTest/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The example demonstrates how to develop built-in or custom development boards us
77
Follow the steps below to configure:
88

99
1. [Configure drivers](../../../README.md#configuring-drivers) if needed.
10-
2. If using a supported development board, follow the [steps](../../../../README.md#using-supported-development-boards) to configure it.
11-
3. If using a custom board, follow the [steps](../../../../README.md#using-custom-development-boards) to configure it.
12-
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)
10+
2. If using a supported development board, follow the [steps](../../../README.md#using-supported-development-boards) to configure it.
11+
3. If using a custom board, follow the [steps](../../../README.md#using-custom-development-boards) to configure it.
12+
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)
1313
5. Verify and upload the example to your ESP board.
1414

1515
## Serial Output

0 commit comments

Comments
 (0)