-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: CLIRelated to the command line interfaceRelated to the command line interfacetype: enhancementProposed improvementProposed improvement
Description
As of now, when trying to compile or upload to a platform that is not installed, the following error is returned:
Error during Upload: incorrect FQBN: platform arduino:avr is not installed
It could be nice to help users by providing the command they can run to fix the issue:
Error during Upload: incorrect FQBN: platform arduino:avr is not installed; try running `arduino-cli core install arduino:avr`
(It would be even better to prompt user to install the platform, but this would break the current non-interactive behavior of arduino-cli)
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: CLIRelated to the command line interfaceRelated to the command line interfacetype: enhancementProposed improvementProposed improvement