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

Fix NDEF dependency name #154

Open
wants to merge 2 commits into
base: arduino
Choose a base branch
from

Conversation

hansmbakker
Copy link

The NDEF dependency name was incorrectly set to external-repo (following the platform.io example) which results in the NDEF library being cloned into a folder called external-repo.

It makes more sense to call it NDEF; not only to make its description clearer but also to prevent collisions.

hansmbakker and others added 2 commits March 31, 2025 17:54
The dependency name was incorrectly set to `external-repo` ([following the platform.io example](https://docs.platformio.org/en/latest/manifests/library-json/fields/dependencies.html)) which results in the NDEF library being cloned into a folder called `external-repo`.

It makes more sense to call it `NDEF`; not only to make its description clearer but also to prevent collisions.
@MatthewJeffson MatthewJeffson added PN532 Label for PN532 Pull request Label for pull requests UAY Unassigned yet labels Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PN532 Label for PN532 Pull request Label for pull requests UAY Unassigned yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants