Skip to content

Commit d1a3511

Browse files
author
jantje
committed
Add the debug boards to the default boards
1 parent 9ea6359 commit d1a3511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/core/common/ConfigurationPreferences.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class ConfigurationPreferences {
4444
private static final String KEY_MANAGER_JSON_URLS_V3 = "Arduino Manager board Urls"; //$NON-NLS-1$
4545
private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "http://downloads.arduino.cc/libraries/library_index.json"; //$NON-NLS-1$
4646
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\nhttps://raw.githubusercontent.com/jantje/hardware/1.0.0/package_jantje_index.json" //$NON-NLS-1$
4848
// + System.lineSeparator() +
4949
// "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
5050
// //$NON-NLS-1$

0 commit comments

Comments
 (0)