Skip to content

Check for newer library versions after compile errors #2889

@PaulStoffregen

Description

@PaulStoffregen

After any compile error, Arduino should check if the core library or any of the libraries the sketch uses have newer versions. If so, a helpful message should be printed to advise the user newer versions are available, which might solve their problem.

Perhaps the fetching of the latest library list only need to occur if the current copy is older than a few days, so every compile error from every user doesn't generate needless internet communication.

Metadata

Metadata

Assignees

Labels

Component: IDEThe Arduino IDEfeature requestA request to make an enhancement (not a bug fix)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions