Add Media keys - #1
Open
jakern wants to merge 2 commits into
Open
Conversation
|
Hello, I have a question to ask. |
Author
|
I have not encountered an error like this before
…On April 5, 2020 12:59:14 PM UTC, mad462 ***@***.***> wrote:
Hello, I have a question to ask.
When I use this library, the Bluetooth transmission delay is very
serious, about 1S, there will be no such problems when using the mouse
or keyboard library alone. Do you have any problems like this?
这个库我使用的时候,蓝牙发射延迟很严重,差不多有1S左右,单独使用鼠标或者键盘库就不会有这样的问题。请问您有遇到这样的问题吗?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#1 (comment)
|
|
Thank you very much for your reply. Later, I tried to add a 5ms delay to the loop function, which was miraculously good. Thank you again for your reply非常谢谢您的回复,后面我试着给loop函数里面加了5ms的延时,居然奇迹般的好了,再次非常感谢您的回复
…------------------ 原始邮件 ------------------
发件人: "Jacob Kern"<notifications@github.com>;
发送时间: 2020年4月6日(星期一) 晚上8:31
收件人: "blackketter/ESP32-BLE-Combo"<ESP32-BLE-Combo@noreply.github.com>;
抄送: "462897234"<462897234@qq.com>; "Comment"<comment@noreply.github.com>;
主题: Re: [blackketter/ESP32-BLE-Combo] Add Media keys (#1)
I have not encountered an error like this before
On April 5, 2020 12:59:14 PM UTC, mad462 <notifications@github.com> wrote:
>Hello, I have a question to ask.
>When I use this library, the Bluetooth transmission delay is very
>serious, about 1S, there will be no such problems when using the mouse
>or keyboard library alone. Do you have any problems like this?
>这个库我使用的时候,蓝牙发射延迟很严重,差不多有1S左右,单独使用鼠标或者键盘库就不会有这样的问题。请问您有遇到这样的问题吗?
>
>
>--
>You are receiving this because you authored the thread.
>Reply to this email directly or view it on GitHub:
>#1 (comment)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
It´s possible change the name of bluetooth? BleKeyboard bleKeyboard("Teclado BLE", "Bluetooth Device Manufacturer", 100) |
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've pulled in the latest from the upstream and tested it working on Android. If you'd like to merge it back into yours there are also some references to my GitHub you should switch back to yours.
Thanks for the work!