Skip to content

Commit 291eaf4

Browse files
author
jantje
committed
igonore old(?) arduio maker1000 package
1 parent c207e06 commit 291eaf4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

io.sloeber.tests/src/io/sloeber/core/CreateAndCompileDefaultInoOnAllBoardsTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
3838
private BoardDescriptor mBoard;
3939
private static final String[] packageUrlsToIgnoreonAllOSes = {
4040
// There is a newer version
41-
"https://raw.githubusercontent.com/ElektorLabs/arduino/master/package_elektor-labs.com_ide-1.6.5_index.json", };
41+
"https://raw.githubusercontent.com/ElektorLabs/arduino/master/package_elektor-labs.com_ide-1.6.5_index.json",
42+
//Third party url implies this is outdated (it also doesn't work)
43+
"http://downloads.arduino.cc/packages/package_mkr1000_index.json"};
4244
private static final String[] packageUrlsToIgnoreonWindows = {
4345
// following packages did not work in the arduino ide on windows at last test
4446
"https://ardhat.github.io/ardhat-board-support/arduino/package_ardhat_index.json",
@@ -139,8 +141,8 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
139141
"https://openpanzerproject.github.io/OpenPanzerBoards/package_openpanzer_index.json",
140142
"https://per1234.github.io/Ariadne-Bootloader/package_codebendercc_ariadne-bootloader_index.json",
141143
"https://per1234.github.io/wirino/package_per1234_wirino_index.json",
142-
"https://raw.githubusercontent.com//Arduino_Boards/master/package_aloriumtech_index.json",
143-
"https://raw.githubusercontent.com//SAM15x15/master/package_avdweb_nl_index.json",
144+
"https://raw.githubusercontent.com/AloriumTechnology/Arduino_Boards/master/package_aloriumtech_index.json",
145+
"https://raw.githubusercontent.com/avandalen/SAM15x15/master/package_avdweb_nl_index.json",
144146
"https://raw.githubusercontent.com/CytronTechnologies/Cytron-Arduino-URL/master/package_cytron_index.json",
145147
"https://raw.githubusercontent.com/DFRobot/DFRobotDuinoBoard/master/package_dfrobot_index.json",
146148
"https://raw.githubusercontent.com/DFRobot/DFRobotDuinoBoard/master/package_dfrobot_iot_mainboard.json",

0 commit comments

Comments
 (0)