mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
download.php was used to distribute downloads across multiple server. we use dns round robin now
This commit is contained in:
@ -61,7 +61,7 @@ public class ContributionInstaller {
|
||||
if (extenalPackageIndexUrl != null && !"".equals(extenalPackageIndexUrl)) {
|
||||
PACKAGE_INDEX_URL = extenalPackageIndexUrl;
|
||||
} else {
|
||||
PACKAGE_INDEX_URL = "http://arduino.cc/download.php?f=/packages/package_index.json";
|
||||
PACKAGE_INDEX_URL = "http://downloads.arduino.cc/packages/package_index.json";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user