-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Add Media keys #1
base: master
Are you sure you want to change the base?
Conversation
Hello, I have a question to ask. |
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"<[email protected]>;
发送时间: 2020年4月6日(星期一) 晚上8:31
收件人: "blackketter/ESP32-BLE-Combo"<[email protected]>;
抄送: "462897234"<[email protected]>; "Comment"<[email protected]>;
主题: 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 <[email protected]> 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) |
|
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!