File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
io.sloeber.core/src/jUnit Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ public static void installAdditionalBoards() {
138
138
"https://www.mattairtech.com/software/arduino/package_MattairTech_index.json" ,
139
139
"https://zevero.github.io/avr_boot/package_zevero_avr_boot_index.json" ,
140
140
"https://udooboard.github.io/arduino-board-package/package_udoo_index.json" ,
141
- "http://fpgalibre.sf.net/Lattuino/package_lattuino_index.json" };
141
+ "http://fpgalibre.sf.net/Lattuino/package_lattuino_index.json" ,
142
+ "https://resources.canique.com/ide/package_canique_index.json" };
142
143
BoardsManager .addPackageURLs (new HashSet <>(Arrays .asList (packageUrlsToAdd )), true );
143
144
BoardsManager .referenceLocallInstallation (Shared .getTeensyPlatform ());
144
145
if (reinstall_boards_and_libraries ) {
You can’t perform that action at this time.
0 commit comments