Skip to content

Commit 426421f

Browse files
authored
Fix section anchor links in PLC IDE troubleshooting article [HC-1658] (#500)
* Fix section anchor links * Remove blank lines
1 parent 31e6e7a commit 426421f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/Software Support/PLC IDE/If-PLC-IDE-isnt-working-with-your-Opta-or-Portenta-Machine-Control.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ When there is an issue installing the runtime or downloading your code to the de
153153

154154
In this section:
155155

156-
- [Error: "Cannot download sketch file error code: 1"](#error-cannot-download-sketch-file-error-code-1)
156+
- [Error pop-up: "Cannot download sketch file error code: 1"](#error-cannot-download-sketch-file-error-code-1)
157157
- [Cannot generate profile file error message: Error: Path not found](#cannot-generate-profile-file-error-message-error-path-not-found)
158158
- [Error: invalid path creating config dir](#error-invalid-path-creating-config-dir)
159159
- [“Error” in the bottom right corner on first use of the board](#error-in-the-bottom-right-corner-on-first-use-of-the-board)
160-
- [Cannot compile Sketch file (error code: -1)](#cannot-compile-sketch-file)
160+
- [Cannot compile Sketch file error code: -1](#cannot-compile-sketch-file)
161161

162162
> [!NOTE]
163163
> If you see a **dfu-util** warning or error that's not in this list, see [dfu-util errors when uploading (exit status 74)](https://support.arduino.cc/hc/en-us/articles/11011849739804-dfu-util-errors-when-uploading-exit-status-74).
@@ -171,7 +171,7 @@ In this section:
171171
> - `C:\Program Files\Arduino PLC IDE Tools`
172172
> - `%LOCALAPPDATA%\T`
173173
174-
### Error pop-up: "Cannot download sketch file (error code: 1)"
174+
### Error pop-up: "Cannot download sketch file (error code: 1)" {#error-cannot-download-sketch-file-error-code-1}
175175

176176
This error may occur when attempting to download the runtime sketch.
177177

@@ -235,7 +235,7 @@ Follow these steps:
235235
2. [Reformat the QSPI flash memory](https://support.arduino.cc/hc/en-us/articles/16206977438748-Reset-the-flash-memory-on-STM32H747-based-devices).
236236
3. Reinstall the runtime and try again.
237237

238-
### Cannot compile Sketch file (error code: -1)
238+
### Cannot compile Sketch file (error code: -1) {#cannot-compile-sketch-file}
239239

240240
This means there is a syntax error in the Arduino Sketch.
241241

0 commit comments

Comments
 (0)