File tree 1 file changed +3
-3
lines changed
io.sloeber.core/src/io/sloeber/core/common
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ public class ConfigurationPreferences {
43
43
private static final String POST_PROCESSING_BOARDS_TXT = "post_processing_boards.txt" ; //$NON-NLS-1$
44
44
private static final String KEY_UPDATE_JASONS = "Update jsons files" ; //$NON-NLS-1$
45
45
private static final String KEY_MANAGER_JSON_URLS_V3 = "Arduino Manager board Urls" ; //$NON-NLS-1$
46
- private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "http ://downloads.arduino.cc/libraries/library_index.json" ; //$NON-NLS-1$
46
+ private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "https ://downloads.arduino.cc/libraries/library_index.json" ; //$NON-NLS-1$
47
47
private static final String KEY_MANAGER_JSON_URLS = "Manager jsons" ; //$NON-NLS-1$
48
- private static final String DEFAULT_JSON_URLS = "http ://downloads.arduino.cc/packages/package_index.json\n " //$NON-NLS-1$
48
+ private static final String DEFAULT_JSON_URLS = "https ://downloads.arduino.cc/packages/package_index.json\n " //$NON-NLS-1$
49
49
+ "https://raw.githubusercontent.com/jantje/hardware/master/package_jantje_index.json\n " //$NON-NLS-1$
50
50
+ "https://raw.githubusercontent.com/jantje/ArduinoLibraries/master/library_jantje_index.json\n " //$NON-NLS-1$
51
- + "http ://arduino.esp8266.com/stable/package_esp8266com_index.json\n " + KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL ; //$NON-NLS-1$
51
+ + "https ://arduino.esp8266.com/stable/package_esp8266com_index.json\n " + KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL ; //$NON-NLS-1$
52
52
// preference nodes
53
53
private static final String NODE_ARDUINO = Activator .NODE_ARDUINO ;
54
54
private static final String LIBRARY_PATH_SUFFIX = "libraries" ; //$NON-NLS-1$
You can’t perform that action at this time.
0 commit comments