-
Notifications
You must be signed in to change notification settings - Fork 271
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
Ghostl library not installed via PlatformIO #307
Comments
doesn't really work?
|
@sartyx @CraigBurden @Sjorsa I've spoken to the original EspSoftwareSerial maintainer, from whom I've taken over. He wasn't the one who registered EspSoftwareSerial with platform.io either - but isn't able to find out who it was and who's potentially behind registering new releases. |
Hi, after installing git basch for windows, I was try to add lib_deps = and still doesn't work, ive got an error:
EDIT: on version 1.0.1 still the same ... |
Just had the same issue, solved it by cloning the |
Solved it bij splitting name and version in library.json (See pull request)
You can also specify a direct url into the github repo in stead of |
you can make your own fork/version on the upper right corner with the fixes |
Fixed by publishing the ghostl library to PIO under my own account now. |
Hi there,
When adding this library to a PIO project using
plerup/EspSoftwareSerial@^8.2.0
the build fails as theghostl
library has not been installed and thecircular_queue.h
file is not found.This can easily be fixed by adding
https://github.com/dok-net/ghostl
to lib_deps, but should not be required if the dependency is setup correctlyThe text was updated successfully, but these errors were encountered: