Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter error in Spackfun boards #3218

Closed
MarioJose opened this issue Oct 31, 2019 · 1 comment
Closed

Linter error in Spackfun boards #3218

MarioJose opened this issue Oct 31, 2019 · 1 comment
Labels
Milestone

Comments

@MarioJose
Copy link

Linter get error when using "sparkfun_promicro8" board:

avr-g++: error: Pro: No such file or directory avr-g++: error: Micro": No such file or directory

Because that, all the code line isn't checked for error.

I changed line 25 in ".platformio/platforms/atmelavr/boards/sparkfun_promicro8.json"

from:

    "usb_product": "SparkFun Pro Micro",

to:

    "usb_product": "SparkFunProMicro",

and problem is solved.

Maybe this problem is related with this issue.

@ivankravets ivankravets transferred this issue from platformio/platformio-home Oct 31, 2019
@ivankravets ivankravets added this to the 4.1.0 milestone Oct 31, 2019
@ivankravets
Copy link
Member

Please re-test with pio upgrade --dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants