Skip to content
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

Fixed exception with empty list of BLE addresses #64

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

matthias-bs
Copy link
Owner

@matthias-bs matthias-bs commented Jun 10, 2024

With an empty list, the vector bleSensors.data[] has a size of zero. Attempting to write into it lead to an exception.

@matthias-bs matthias-bs added the bug Something isn't working label Jun 10, 2024
@matthias-bs matthias-bs self-assigned this Jun 10, 2024
@matthias-bs matthias-bs linked an issue Jun 10, 2024 that may be closed by this pull request
@matthias-bs matthias-bs merged commit 4054271 into main Jun 10, 2024
9 checks passed
@matthias-bs matthias-bs deleted the fix-ble-exception branch June 10, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception in PayloadBresser with empty list of BLE adresses
1 participant