File tree 1 file changed +1
-1
lines changed
io.sloeber.core/src/io/sloeber/core/common
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class ConfigurationPreferences {
44
44
private static final String KEY_MANAGER_JSON_URLS_V3 = "Arduino Manager board Urls" ; //$NON-NLS-1$
45
45
private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "http://downloads.arduino.cc/libraries/library_index.json" ; //$NON-NLS-1$
46
46
private static final String KEY_MANAGER_JSON_URLS = "Manager jsons" ; //$NON-NLS-1$
47
- private static final String DEFAULT_JSON_URLS = "http://downloads.arduino.cc/packages/package_index.json" //$NON-NLS-1$
47
+ private static final String DEFAULT_JSON_URLS = "http://downloads.arduino.cc/packages/package_index.json\n https://raw.githubusercontent.com/jantje/hardware/1.0.0/package_jantje_index.json " //$NON-NLS-1$
48
48
// + System.lineSeparator() +
49
49
// "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
50
50
// //$NON-NLS-1$
You can’t perform that action at this time.
0 commit comments