Closed notanios closed 3 years ago
First of all BIG THANK YOU for the quick response and the response fact at all! 👍 I understand now that this repo has no clear future and code is shared across multiple vendors' libs.
Now to the question (if I may use some more of you attention :) ):
Now, with your help, I figured it out. Thank you!
BTW, on #3. I'm learning how BLE stack works and would like to help if there is anything on table now. I mean related to this project/repo. Would be great though to have all code in one place considering majority of issue/request/questions coming here. Is there plan to update this repo (I see some closed pull requests but code apparently is not in master. Am I wrong?).
Both libraries are almost 100% compatible in API meaning.
Just tried to follow example from BLE_server.ino. Added one more service by
pAdvertising->addServiceUUID(MY_SERVICE);
.As I can see only first service is advertised and I'm not sure how to dig into the problem as I can't see latest code (idk why, the master is 2 years old).
I use lib directly from Arduino, 1.0.1 version.
What I did wrong?