Hello,
how to add ESP32 to the Board Manager?
Any description?
Regards
Hans
@Hans007a here is the step:
you can add ESP32 board manger url here,
"arduino.additionalUrls": [
"
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://raw.githubusercontent.com/jantje/arduino-esp32/master/package/package_Espressif_esp32_index.json"
],
you can see install button and click it.

Espressif officially released esp32 package yesterday https://dl.espressif.com/dl/package_esp32_index.json
Has it been deleted? Its not there anymore.. (refreshed package indexes just to be sure)
Hi, I had to add the arduino extension for vscode before I could use/find board manager- even after using the official url.
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino
Most helpful comment
@Hans007a here is the step:
you can add ESP32 board manger url here,",
"arduino.additionalUrls": [
"
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://raw.githubusercontent.com/jantje/arduino-esp32/master/package/package_Espressif_esp32_index.json"
],
you can see install button and click it.