Skip to content

mip installs old version of aioble #773

@iot49

Description

@iot49

I am trying to install the latest version of aioble with:

mpremote mip install --no-mpy aioble   

The package is installed, but when I look e.g. at Characteristic.indicate in server.py the signature is

async def indicate(self, connection, timeout_ms=1000)

On github/micropython-lib the signature is

async def indicate(self, connection, data=None, timeout_ms=1000)

How do I install the most recent version? Unlike standard pip, mip does not seem to support version controlled installs, as far as I can tell from the documentation. I have no clue where mip gets its files from, if not github (master branch).

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