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 5b6bfe1 commit 99d1a7bCopy full SHA for 99d1a7b
arduino-ide-extension/src/browser/contributions/contribution.ts
@@ -222,11 +222,7 @@ export abstract class CoreServiceContribution extends SketchContribution {
222
} catch {}
223
}
224
if (message) {
225
- if (
226
- message.includes(
227
- 'Compilation error: Missing FQBN (Fully Qualified Board Name)'
228
- )
229
- ) {
+ if (message.includes('Missing FQBN (Fully Qualified Board Name)')) {
230
message =
231
'No board selected. Please select your Arduino board from the Tools > Board menu.';
232
0 commit comments