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

Platformio can't find simpleDSTadjust.h, no matter what I do... #1

Closed
PuceBaboon opened this issue Dec 14, 2016 · 1 comment
Closed

Comments

@PuceBaboon
Copy link

PuceBaboon commented Dec 14, 2016

This one took me quite some time to pin down.

There's a missing comma after the closing brace of "repository" in the library.json file.

"repository":
{
"type": "git",
"url": "https://github.com/neptune2/simpleDSPadjust"
} <<<<<<<<<<< HERE <<<<<<<<<<<<<<<<<<
"version": "1.1.0"

This causes platformio to quietly ignore the library, so even it's installed and the "platformio lib list" command confirms that it's there, you still get "simpleDSTadjust.h not found" errors during the compile.

Adding simpleDSTadjust to the local lib directory is the same ("simpleDSTadjust.h not found").

Eventually tracked down by removing files one by one from the library directory until platformio could "see" it again. Phew!

Note that the "url" line has a typo ("DSP" instead of "DST"), but that's not the cause of the issue.

@neptune2
Copy link
Owner

Thanks John, for pointing out these problems.
I have fixed library.json and released a new version.

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

No branches or pull requests

2 participants