From 295064e87fdb3aa8d07cf39f7bcf04cf1f371042 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Sat, 22 Jun 2024 16:12:47 +0200 Subject: [PATCH] Update from ESP32-BLE-Keyboard library - Fixed MediaKeys releasing on ReleaseAll --- Platformio/hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Platformio/hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp b/Platformio/hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp index a6216e3f..b74572ce 100644 --- a/Platformio/hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp +++ b/Platformio/hardware/ESP32/lib/ESP32-BLE-Keyboard/BleKeyboard.cpp @@ -474,6 +474,7 @@ void BleKeyboard::releaseAll(void) _mediaKeyReport[0] = 0; _mediaKeyReport[1] = 0; sendReport(&_keyReport); + sendReport(&_mediaKeyReport); } size_t BleKeyboard::write(uint8_t c)