Skip to content

Bluetooth: Mesh: Fix sensor client sample publication #4834

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
Jun 17, 2021

Conversation

PavelVPV
Copy link
Contributor

After publication API change in zephyrproject-rtos/zephyr#34310
it became impossible to publish several messages in a row,
because a new message substitues the current message that
is going to be published by access layer.

This change swaps sensor after each work timeout.

Signed-off-by: Pavel Vasilyev [email protected]

After publication API change in zephyrproject-rtos/zephyr#34310
it became impossible to publish several messages in a row,
because a new message substitues the current message that
is going to be published by access layer.

This change swaps sensor after each work timeout.

Signed-off-by: Pavel Vasilyev <[email protected]>
@PavelVPV PavelVPV force-pushed the fix_sensor_client_sensor_get branch from facff47 to 3842307 Compare June 14, 2021 14:59
@PavelVPV PavelVPV changed the title Bluetooth: Mesh: Fix sensor client sample publishing Bluetooth: Mesh: Fix sensor client sample publication Jun 14, 2021
@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@PavelVPV PavelVPV added CI-mesh-test bug Something isn't working and removed CI-ble-test labels Jun 15, 2021
@carlescufi carlescufi merged commit 57791df into nrfconnect:master Jun 17, 2021
@PavelVPV PavelVPV deleted the fix_sensor_client_sensor_get branch June 17, 2021 15:05
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.

5 participants