-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add platformio library.json file #2
Comments
Excellent suggestion, I see my Moteino and MoteinoMEGA are already registered on Platformio, I was unaware. I will look into this as time permits, thanks! |
OK I added the library.json file, not sure what the next step is... will they crawl and pick it up? Or do I have to register it? |
Unsure exactly. Just started using it this week when I wanted to setup some CI stuff. I think there is a register CLI command you run. I figured you'd know as most of the other libraries had such files. |
You'd be surprised how much I don't know 👶 |
I tried the register command I then tried: platformio lib register https://raw.githubusercontent.com/LowPowerLab/WirelessProgramming/master/library.json I get this: Invalid library config: The library is already registered |
I get the impression from looking at the gitrepo for platformio that the process isn't very automated for the initial setup. BTW I submitted this bug platformio/platformio-core#335 |
I see why you were unaware of the |
Yup I merged them thinking they can't be a bad thing but I was not familiar with platformio. |
No go ahead and close it. If the register command said its been submitted already we can just wait. |
Cool, thanks! |
It would be nice to have these libraries registered with platformio.org for easy install similar to some of your other libraries.
The text was updated successfully, but these errors were encountered: