Avoid infinite loop in BLE HID send (#1834)
If the BLE connection is severed, don't wait for the needToSend flag to clear in the HID::send routine since it may never actually clear unless the BLE connection is restored. Partial #1817
Showing
Please register or sign in to comment