We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca23c71 commit 56b7726Copy full SHA for 56b7726
platform.py
@@ -33,7 +33,7 @@
33
SUBPROCESS_TIMEOUT = 300
34
DEFAULT_DEBUG_SPEED = "5000"
35
DEFAULT_APP_OFFSET = "0x10000"
36
-ARDUINO_ESP32_PACKAGE_URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.3.x/package/package_esp32_index.template.json"
+ARDUINO_ESP32_PACKAGE_URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
37
38
# MCUs that support ESP-builtin debug
39
ESP_BUILTIN_DEBUG_MCUS = frozenset([
0 commit comments