We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d74bb8 commit 8c5b064Copy full SHA for 8c5b064
arduino-core/src/processing/app/BaseNoGui.java
@@ -169,6 +169,9 @@ static public PreferencesMap getBoardPreferences() {
169
ContributedPlatform referencedPlatform = indexer.getContributedPlaform(referenced);
170
if (referencedPlatform != null)
171
requiredTools.addAll(referencedPlatform.getResolvedTools());
172
+ } else {
173
+ String msg = tr("The current selected board needs the core '{0}' that is not installed.");
174
+ System.out.println(I18n.format(msg, core));
175
}
176
177
0 commit comments