Temp fix for badbt on macOS

This commit is contained in:
MX 2023-07-24 14:24:03 +03:00
parent 14e44b6f88
commit c447dc45f1
No known key found for this signature in database
GPG Key ID: 7CCC66B7DBDD1C83

View File

@ -27,11 +27,11 @@ const uint8_t BAD_BT_EMPTY_MAC_ADDRESS[BAD_BT_MAC_ADDRESS_LEN] =
* Delays for waiting between HID key press and key release * Delays for waiting between HID key press and key release
*/ */
const uint8_t bt_hid_delays[LevelRssiNum] = { const uint8_t bt_hid_delays[LevelRssiNum] = {
30, // LevelRssi122_100 60, // LevelRssi122_100
25, // LevelRssi99_80 55, // LevelRssi99_80
20, // LevelRssi79_60 50, // LevelRssi79_60
17, // LevelRssi59_40 47, // LevelRssi59_40
14, // LevelRssi39_0 34, // LevelRssi39_0
}; };
uint8_t bt_timeout = 0; uint8_t bt_timeout = 0;