-
-
Save yasudacloud/fb3aeb94aac2a55488390a07219a98b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| payloads = transport.split_payload(payload) | |
| for data in payloads: | |
| await client.write_gatt_char(write_char, data, True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment