feat: add per-device ACK control with handle invalidation #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #4
Adds support for sensors that don't acknowledge specific I2C commands.This enables support for devices like SCD4x, which doesn't send an ACK when waking from sleep mode, and was causing wake_up failures. Implemented the handle invalidation function to temporarily disable ACK checking just for this command.
Changes:
Tested WITHOUT real hardware - feedback appreciated.
Going to create a PR for SCD4x in a moment for the fix to be effective.