Replies: 2 comments 2 replies
-
This is for ESP32, is it not? And it is working correctly on MicroPython on 1.19 ? If so, I would recommend trying to bisect the changes between 1.19 and 1.20 to find where it started to break. |
Beta Was this translation helpful? Give feedback.
2 replies
-
If I remember correctly, MicroPython makes a transition from ESP-IDF4.4 to ESP-IDF5.0 around MP1.19 to MP1.20.
You can check which ESP-IDF version works for your HID module. ESP-IDF5.x may not be compatible with your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have written a library with several HID services. The library, however, stopped functioning with MicroPython version 1.20 and up, and I have no idea why. The client just seems to disconnect shortly after it has connected. Neither the MicroPython documentation, nor the BLE examples seem to indicate significant changes that would cause such behavior. Any help would be appreciated in tracking down the issue.
The library can be found at:
https://github.com/Heerkog/MicroPythonBLEHID/blob/master/hid_services.py
A discussion of the issue can be found at:
Heerkog/MicroPythonBLEHID#16
Beta Was this translation helpful? Give feedback.
All reactions