Skip to content

Commit d2c8b4d

Browse files
author
jantje
committed
add canique board
1 parent 3971111 commit d2c8b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.core/src/jUnit/CreateAndCompile.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ public static void installAdditionalBoards() {
138138
"https://www.mattairtech.com/software/arduino/package_MattairTech_index.json",
139139
"https://zevero.github.io/avr_boot/package_zevero_avr_boot_index.json",
140140
"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"};
142143
BoardsManager.addPackageURLs(new HashSet<>(Arrays.asList(packageUrlsToAdd)), true);
143144
BoardsManager.referenceLocallInstallation(Shared.getTeensyPlatform());
144145
if (reinstall_boards_and_libraries) {

0 commit comments

Comments
 (0)