Skip to content

Commit d23702e

Browse files
committed
clarify RGB LED behaviour
1 parent f7a3c8a commit d23702e

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/debugging

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If this is your first time debugging your code we recommend starting with the cl
4949

5050
Before starting a debug session make sure to always do one of the following:
5151

52-
- Either connect a jumper cable between the **GND** and the **B1** pins, press the reset button **once**, and remove the jumper cable. The RGB LED will turn on with a green or blue color. Inside **Tools**, the board will be shown as a random ESP32 board.
52+
- Either connect a jumper cable between the **GND** and the **B1** pins and press the reset button **once**. The RGB LED will turn on with a green or blue color. Remove the jumper cable and you should see the RGB LED light up in a purple or yellow color. Then inside **Tools**, the board will be shown as a random ESP32 board.
5353

5454
***This is because in this mode all ESP32 chips share the same identifier assigned to USB devices, therefore the IDE selects a random ESP32 board.***
5555

0 commit comments

Comments
 (0)