We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d84cf commit 771457bCopy full SHA for 771457b
1 file changed
src/InstallBuildDependencies.ps1
@@ -45,7 +45,7 @@ $ErrorActionPreference = 'Stop'
45
Test-ArduinoCLI
46
47
Write-Host "🛈 Updating core index" -ForegroundColor Cyan
48
-& $arduino_cli config init --additional-urls "https://downloads.arduino.cc/packages/package_index.json"
+& $arduino_cli config init --additional-urls "https://espressif.github.io/arduino-esp32/package_esp32_index.json"
49
& $arduino_cli core update-index
50
51
Write-Host "🛈 Installing ESP32 core ($esp_core_version)" -ForegroundColor Cyan
0 commit comments