-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove EspNowNetwork #4975
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
Remove EspNowNetwork #4975
Conversation
- EspNowNetwork used to be a "fat" library, which was built and published as individual libraries to ESP IDF component registry and Platform IO registry using github actions. This, however, is not compatible with Arduino library registry, as each github repo need to be its own library. The EspNowNetwork has now been replaced with four individual repositories instead: - https://github.com/Johboh/EspNowNetworkHost - https://github.com/Johboh/EspNowNetworkHostDriver - https://github.com/Johboh/EspNowNetworkNode - https://github.com/Johboh/EspNowNetworkShared All of which are already registered in this registry.
Hi @Johboh. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Johboh. I am confirming your request.
Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding requests. They will merge this pull request when it is done. You will get a notification from GitHub at that time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in #4976 (review)
Hi @umbynos. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
EspNowNetwork
used to be a "fat" library, which was built and published as individual libraries to ESP IDF Component Registry and Platform IO Registry using github actions. This, however, is not compatible with Arduino library registry, as each github repo need to be its own library. TheEspNowNetwork
repo has now been split up and replaced with four individual repositories instead:All of which are already registered in this registry.