We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is the library support the multiple tags ?
/* Edit tagId */ // Each tag must have a unique tag ID (do not use ID 0) // DO NOT REMOVE FLAT_TAG const uint16_t tagId = FLAG_TAG | 1;
Changing tagId is enough to the this ?
The text was updated successfully, but these errors were encountered:
It supports multiple tags. But hasn't tested how many tags are supported. 2-3 tags are tested.
Sorry, something went wrong.
No branches or pull requests
is the library support the multiple tags ?
/* Edit tagId */
// Each tag must have a unique tag ID (do not use ID 0)
// DO NOT REMOVE FLAT_TAG
const uint16_t tagId = FLAG_TAG | 1;
Changing tagId is enough to the this ?
The text was updated successfully, but these errors were encountered: