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

Fixes #369 wait for gps #370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. Add some debug messages

    Why is the fix not recognized?
    Jens Kassel authored and Jens Kassel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    eb5f0b7 View commit details
    Browse the repository at this point in the history
  2. fix openbikesensor#369 remove condition delayMs

    As I can see delayMs is the delay between the handling of the first byte
    of a GPS-Message block and the last Byte of the UbxNavTime Msg.
    
    We have configured the GPS to get a block each second. (Sol, Pollsh,
    Dop, Velned and TimeGps)
    
    I don't think the order of the single messages is specified and may
    differ.
    
    This delay is no indicator of the quality of the GPS measurement but the
    performance of the OBS firmware.
    Jens Kassel authored and Jens Kassel committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5548401 View commit details
    Browse the repository at this point in the history