Home
last modified time | relevance | path

Searched refs:LIBRARY_INDEX_URL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/cc/arduino/
H A DConstants.java66 public static final String LIBRARY_INDEX_URL; field in Constants
82 LIBRARY_INDEX_URL = externalLibraryIndexUrl;
84 LIBRARY_INDEX_URL = "http://downloads.arduino.cc/libraries/library_index.json";
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/cc/arduino/contributions/libraries/
H A DLibraryInstaller.java65 …ownloader = new GZippedJsonDownloader(downloader, new URL(Constants.LIBRARY_INDEX_URL), new URL(Co… in updateIndex()