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

fix(telemetry): process DSM LIPO Cells Monitor sensor correctly #4720

Merged
merged 4 commits into from
Mar 13, 2024

Commits on Mar 11, 2024

  1. Fix for EdgeTX#4715, Process correctly Cells (0x3A) message

    1. Fix processing of message 0x3A
    2. Fix Temperatures to have no decimals, otherwise they will not convert correctly between C/F.
    frankiearzu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    130d51a View commit details
    Browse the repository at this point in the history
  2. Remove the Temp to Prec0 conversion.

    Removing the Temp to Prec0 conversion,  it will be handled properly by another PR.
    frankiearzu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8c94163 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f36ac01 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Optimization while traversing the table

    Optimization on Traversing the sensor table. Since the table is sorted by the message i2cAddress,  once we are past that sensor, we can stop.  TODO: Future optimization: create an index to get to the start of the sensor in the table much faster.
    frankiearzu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    edf7a85 View commit details
    Browse the repository at this point in the history