Skip to content

Commit 5a65bc3

Browse files
committed
Fix typos
1 parent 4419ec1 commit 5a65bc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/hardware/03.nano/boards/nano-esp32/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The first Nano board to feature a USB-C® connector!
2828
</Feature>
2929

3030
<Feature title="Debugging" image="mcu">
31-
The Nano ESP32 supports out of the box debugging with no additional hardware required!<FeatureLink variant="secondary" title="Documentation" url="/tutorials/nano-esp32/debugging"/>
31+
The Nano ESP32 supports out-of-the-box debugging with no additional hardware required!<FeatureLink variant="secondary" title="Documentation" url="/tutorials/nano-esp32/debugging"/>
3232
</Feature>
3333

3434
</FeatureList>

content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ Finally, after completing all steps above the last step is to start the debuggin
6767

6868
![Start Debugging](./assets/startDebugging.png)
6969

70-
***Note: During the upload you will see a debug_custom.json being created at the top of the IDE. If you want to debug using another board it's important that you delete this file otherwise the IDE will use the wrong debugger and fail. You can find the file inside your sketch folder at ~\Documents\Arduino\skecthes\"Your Sketch".***
70+
***Note: During the upload you will see a debug_custom.json being created at the top of the IDE. If you want to debug using another board it's important that you delete this file otherwise the IDE will use the wrong debugger and fail. You can find the file inside your sketch folder at ~\Documents\Arduino\sketches\"Your Sketch".***
7171

7272
After starting the debugging session you will have to press the continue button **several times** until you reach you main sketch and the breakpoints you set. This is due to how the recovery system works and is **expected behavior**.
7373

7474
![Continue Button](./assets/continueBtn.png)
7575

7676
## Restore Normal Upload Functionality
7777

78-
Debug-enabled sketches will only accept updates with the above instructions. To restore normal upload functionality, set **Tools** > **USB Mode** to "**Normal mode (Tiny USB)**". You can also uncheck "**Optimize for Debugging**" to increase compilation speed.
78+
Debug-enabled sketches will only accept updates with the above instructions. To restore normal upload functionality, set **Tools** > **USB Mode** to "**Normal mode (Tiny USB)**". You can also uncheck "**Optimize for Debugging**" to increase compilation speed.
7979

8080
Then repeat the steps described above:
8181

0 commit comments

Comments
 (0)