Skip to content

Commit 97c9bb9

Browse files
authored
Add tools field to package_tkj_balanduino_index.json
The missing tools field causes Arduino IDE 1.6.11 to not start if the Balanduino boards package was installed in a previous version of the Arduino IDE. If you attempt to install the Balanduino boards package using Boards Manager in Arduino IDE 1.6.11 it fails with a java.lang.NullPointerException error.
1 parent f022d83 commit 97c9bb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package_tkj_balanduino_index.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
}
3838
]
3939
}
40-
]
40+
],
41+
"tools": []
4142
}
4243
]
43-
}
44+
}

0 commit comments

Comments
 (0)