Skip to content

Commit 7d93648

Browse files
committed
Fix linter errors
1 parent d1af13a commit 7d93648

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/Software Support/Compilation/avrdude-jtagmkII-initialize-Cannot-locate-flash-and-boot-memories-in-description.md renamed to content/Software Support/Compilation/If-you-see-a-jtagmkII-initialize-Cannot-locate-flash-and-boot-memories-in-description-message-when-uploading-to-Nano-Every.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The message is spurious and **does not** indicate a failed sketch upload or any
1313

1414
In this article:
1515

16-
* [About the warning message]()
17-
* [How to tell if the sketch was uploaded]()
18-
* [How to handle the message]()
16+
* [About the warning message](#about)
17+
* [How to tell if the sketch was uploaded](#how-to-tell-if-the-sketch-was-uploaded)
18+
* [What you can do](#what-you-can-do)
1919

2020
---
2121

@@ -41,7 +41,7 @@ If the sketch upload fails, this will be indicated by other error messages, like
4141

4242
---
4343

44-
## What you can do
44+
## What you can do {#what-you-can-do}
4545

4646
These are some things you can do if you encounter the warning message:
4747

@@ -55,7 +55,10 @@ These are some things you can do if you encounter the warning message:
5555
5656
avrdude done. Thank you.
5757
```
58+
5859
To enable verbose output, see [Use verbose output in the Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4407705216274-Use-verbose-output-in-the-Arduino-IDE).
5960

6061
* Use a third-party board package with a newer version of avrdude, such as [MegaCoreX](https://github.com/MCUdude/MegaCoreX).
61-
* Installation instructions for MegaCoreX can be found [here](https://github.com/MCUdude/MegaCoreX?tab=readme-ov-file#boards-manager-installation).
62+
* Installation instructions for MegaCoreX can be found [here](https://github.com/MCUdude/MegaCoreX?tab=readme-ov-file#boards-manager-installation).
63+
64+
<!-- markdownlint-disable-file HC006 -->

0 commit comments

Comments
 (0)