Skip to content

Fix broken links in 'Panel Test Example' README #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/Panel/PanelTest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading