You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ If this is your first time debugging your code we recommend starting with the cl
49
49
50
50
Before starting a debug session make sure to always do one of the following:
51
51
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.
53
53
54
54
***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.***
0 commit comments