Skip to content

Commit 56b7726

Browse files
authored
Use branch master for latest develop
1 parent ca23c71 commit 56b7726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
SUBPROCESS_TIMEOUT = 300
3434
DEFAULT_DEBUG_SPEED = "5000"
3535
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"
36+
ARDUINO_ESP32_PACKAGE_URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
3737

3838
# MCUs that support ESP-builtin debug
3939
ESP_BUILTIN_DEBUG_MCUS = frozenset([

0 commit comments

Comments
 (0)