Skip to content
Discussion options

You must be logged in to vote

The default value of notify is True,
in micropython-lib/micropython/bluetooth/aioble/aioble/client.py

async def subscribe(self, notify=True, indicate=False):

In your case, you have to write explicitely as:

char.subscribe(notify=False, indicate=True)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ekspla
Comment options

Answer selected by emgema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants