Skip to content

Specify the Callback requirements as in platformio there are more than one. #42

@EmileSpecialProducts

Description

@EmileSpecialProducts

Library Manager: Warning! More than one package has been found by Callback requirements:
Library Manager: - tomstewart89/[email protected]
Library Manager: - harry-obrien/[email protected]
Library Manager: - pippijn/[email protected]

library.properties
depends=tomstewart89/Callback,h2zero/NimBLE-Arduino

It looks like the depends is not working as I expect
As it will not load the Library's, but I have to specify them in the lib_deps = section of the Platform.ini

Like this:
lib_deps =
${env.lib_deps}
tomstewart89/Callback
h2zero/NimBLE-Arduino
https://github.com/EmileSpecialProducts/ESP32-BLE-CompositeHID.git

For the complete project:
https://github.com/EmileSpecialProducts/UltraWiFiDuck

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