QuadCorei8085

Results 6 comments of QuadCorei8085

Having similar issue. We have an audio device with a proprietary C++ DLL and callback events do not work. But I accidentally noticed that If I replace: ``` while True:...

Sorry I typed fast and made a mistake there, the internal function is actually called _get_device_id it has a parameter raise_on_error that raises an exception OR just returns -1. Problem...

Having the same issue. When **a phone issues the pairing request** I see it uses the IO capability 0x04 ![image](https://user-images.githubusercontent.com/33597177/203078935-5b09cffd-80d6-4b7e-a532-71732e9357bb.png) and the **request is accepted** by the STM32 board When...

Okay even after changing the ceremony in winrt\client.py to: ceremony = DevicePairingKinds.PROVIDE_PIN | DevicePairingKinds.DISPLAY_PIN I get the same error. Now the only difference is the LTK key field is not...

Alright. In the meantime I switched off the MITM attack detection on the embedded stm32 side and it works with pairing mode "ceremony = DevicePairingKinds.CONFIRM_ONLY" only. When I set any...

@Gumaa: You have to browse the history and issues of ESPAsyncTCP, there are functions with reworked inputs (casts) you have to adapt that commit locally on your clone/copy. Also in...