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

Shearwater: Fix Sensor Calibration for DiveCAN Controllers. #59

Merged

Commits on May 3, 2024

  1. Shearwater: Fix Sensor Calibration for DiveCAN Controllers.

    Remove the code that forces hiding of O2 sensor readings despite the
    sensors being reported as properly calibrated by the divecomputer.
    This fixes the problem of no sensor readings showing on DiveCAN
    controllers due to the fact that the sensor calibration values are
    returned as defaults on these devices.
    Also increase the timeout for data reads - this seems to improve the
    reliability when reading logs of long dives.
    
    Signed-off-by: Michael Keller <github@ike.ch>
    mikeller committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6e65428 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Shearwater: Add Sensor Calibration Info.

    Add the calibration values for ppO2 sonsors in CCR mode as extra info
    fields.
    
    Signed-off-by: Michael Keller <github@ike.ch>
    mikeller committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a7fb341 View commit details
    Browse the repository at this point in the history