Connect Your Device
Next, select the ESP target for your project (ignore this step if it was already set during project creation) and the serial port of your device by clicking on the gear icon. By default, the launch target dropdown will display all the supported targets provided by the plugin.
Clicking the gear icon opens the ESP Target Configuration dialog, where you can select the serial port for your device and specify the ESP board. The plugin will automatically detect serial ports connected to your machine.
Regarding the Serial ports and their patterns, please refer to the ESP-IDF documentation.
Custom Target
If you need to add a target that is not available in the launch target dropdown, please follow the instructions below:
Click on the launch target dropdown.
Select
New Launch Target
.Select
ESP Target
.Provide properties for the target where you would like to launch the application. Enter a
Name
for the target and select theSerial Port
to which your ESP device is connected on your machine.