Skip to content

NimBLEAdvertisementData emit error on failure, remove magic numbers. #841

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

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

thekurtovic
Copy link
Contributor

@thekurtovic thekurtovic force-pushed the log-on-error branch 2 times, most recently from 78babb3 to ebb1667 Compare January 5, 2025 16:02
@thekurtovic
Copy link
Contributor Author

Wanted to clean up cases like this addData(data, 3) to addData(data, sizeof(data)) but there are quite a few so it's probably best to leave that for a separate style/convention PR.

@h2zero
Copy link
Owner

h2zero commented Jan 5, 2025

LGTM, Thanks!

Wanted to clean up cases like this addData(data, 3) to addData(data, sizeof(data)) but there are quite a few so it's probably best to leave that for a separate style/convention PR.

Yeah that definitely should be a separate PR.

@h2zero h2zero merged commit 6a2e725 into h2zero:master Jan 5, 2025
31 checks passed
@thekurtovic thekurtovic deleted the log-on-error branch January 5, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants