Skip to content

Version checking does not work properly #52

@aacuevas

Description

@aacuevas

These two lines:

hasI2cSupport = major >= 1 && minor >= 5;
hasMemoryMonitorSupport = major >= 1 && minor >= 5 && patch >= 1;

check the board version to enable features, but they don't work when one of the fields jump. E.g: jump from 1.5.3 to 2.0.0 returns false on those.

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