-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Feature request on NimBLEUUID #17
Comments
Looks good to me, could you make a PR for this? |
Maybe I will make PRs later, for now I just copied the library to my library folder and dit not set up git for it. For now it would be easy if you integrate it :) |
Jeroen88
pushed a commit
to Jeroen88/NimBLE-Arduino
that referenced
this issue
Apr 28, 2020
Made PR #21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you please add to NimBLEUUID.h:
and to NimBLEUUID.cpp:
This does not save any library memory, but is does save sketch memory. In stead of
you can do
thus trading 37 bytes of the string literal for 16 bytes uint literals, saving 21 bytes per UUID literal!
The text was updated successfully, but these errors were encountered: