Skip to content

Commit a6d58d3

Browse files
author
jan
committed
exclude deprecated dl.espressif.com/dl/package_esp32_index.json
1 parent 608b334 commit a6d58d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ static public void beforeAll() throws Exception {
108108

109109
// uses busybox on windows so command line issues and on Linux the all in one
110110
// archive build fails
111-
"https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json", };
111+
"https://github.com/tenbaht/sduino/raw/master/package_sduino_stm8_index.json",
112+
113+
//moved to diferent place
114+
"https://dl.espressif.com/dl/package_esp32_index.json",};
112115
private static final String[] packageUrlsToIgnoreonWindows = {
113116
// following packages did not work in the arduino ide on windows at last test
114117
// confirmed 220 03 09 was version 1.0

0 commit comments

Comments
 (0)