You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happily verifies the sketch using the previously configured board. This implies that the code sees that the board doesn't exist and then ignores it, instead of showing an error message.
When the format is incorrect (e.g. --board foo), the package does not exist (e.g. --board foo:bar:baz) or the architecture does not exist (e.g. --board arduino:foo:bar), an error is shown as expected.