You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Please complete the following information:
ESPHome version: [e.g. 2021.11.6]
Component version [e.g. 2.3.1]
void Esp32BleKeyboard::press(MediaKeyReport key, bool with_timer) {
if (this->is_connected()) {
if (with_timer) {
this->update_timer();
}
bleKeyboard.press(key);
delay(100);//<--
bleKeyboard.release(key);//<--
}
}
Hello Dmitry! Please make this correction, because without it the media buttons remain enabled, even if you write the necessary ble_keyboard.release commands in the config file.
The text was updated successfully, but these errors were encountered:
Actually the bug is in the underlying blekeyboard code by T-vK. Have logged an issue on that site: T-vK/ESP32-BLE-Keyboard#289. ReleaseAll does not release the MediaKeys.
Describe the bug
A clear and concise description of what the bug is.
Please complete the following information:
Hello Dmitry! Please make this correction, because without it the media buttons remain enabled, even if you write the necessary ble_keyboard.release commands in the config file.
The text was updated successfully, but these errors were encountered: