We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A wise man once wrote "doing a 2nd connection will break some functionality as the new connection will be used. Things like this for example: https://github.com/jakkra/ZSWatch/blob/main/app/src/ble/ble_comm.c#L336
Maybe we need to go over those places and fix that first as otherwise functionality will break when 2nd connection connects.
But supporting multiple connections is a good feature that is needed for other stuff."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A wise man once wrote "doing a 2nd connection will break some functionality as the new connection will be used. Things like this for example: https://github.com/jakkra/ZSWatch/blob/main/app/src/ble/ble_comm.c#L336
Maybe we need to go over those places and fix that first as otherwise functionality will break when 2nd connection connects.
But supporting multiple connections is a good feature that is needed for other stuff."
The text was updated successfully, but these errors were encountered: