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
Hi, I would like to update an iBeacon broadcast packet, primarily Major/Minor values based on some condition (for example button pressed or not).
I tried to .end(); and .begin(xyz) the new values, but nothing changed from what I was seeing in the BLE scanner app.
Am I missing something? I do see Pull Request # 198 #198
But it is mentioned that .begin() should work in a hacky-workaround way.
Thank you.
F.K.
UPDATE: I pulled the PR noted above, and seems to be functioning correctly! Thank you floe for the PR. really saved me some time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to update an iBeacon broadcast packet, primarily Major/Minor values based on some condition (for example button pressed or not).
I tried to .end(); and .begin(xyz) the new values, but nothing changed from what I was seeing in the BLE scanner app.
Am I missing something?
I do see Pull Request # 198
#198
But it is mentioned that .begin() should work in a hacky-workaround way.
Thank you.
F.K.
UPDATE:
I pulled the PR noted above, and seems to be functioning correctly!
Thank you floe for the PR. really saved me some time.
The text was updated successfully, but these errors were encountered: