Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion superb-docs/flashing-superb.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int buttonState2 = 0;

{% tabs %}
{% tab title="USB Adapter Board + Arduino IDE" %}
* **1\)** Follow the instructions [here](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md) to set up the board manager for ESP32.
* **1\)** Follow the instructions [here](https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html) to set up the board manager for ESP32.
* **2\)** Connect the SuperB with the USB adapter board and select the correct port.
* **3\)** Place the SuperB into bootloader mode by holding down the BOOT button, pressing and releasing the RESET button, and then releasing the BOOT button.
* **4\)** Select "ESP32 Dev Module" as board type.
Expand Down