Skip to content

Library name conflict on PlatformIO #5

@AndreiRegiani

Description

@AndreiRegiani

On file library.properties

  • name=PCM

This name is already being used by another library: https://github.com/TMRh20/TMRpcm

When I installed dependency "PCM" on the platformio.ini of my project it installed the one above, causing compilation errors with your example code.

My workaround was to specify your library via id:

lib_deps = 
        1608

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions