Skip to content

Wrong mapping when reading UBX-NAV-SAT messages #145

@bedaberner

Description

@bedaberner

It seems like "used" gets assigned the wrong value.

_satellite_info->used[sat_index] = static_cast<uint8_t>(_buf.payload_rx_nav_svinfo_part2.flags & 0x01);

it checks bit 0 of the flags when according to the Interface Description (page 150/151) it should be bit 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions