Open caden-parajuli opened 2 years ago
Hello, If you look close to the end of the README.md file, I wrote the need to update v4.4 to get it patched as there was a bug related to the BT that was corrected. They may wait until version 4.5 to have it part of the release.
Hope this help.
After checking out the latest commit of ESP-IDF from the
release/v4.4
branch, I noticed the code in this repo is not working. I tried checking out commitd501a53f2f038521e9c9a4f29b4b63745c76ed11
since that commit was on February 2nd, the same day as the last commit of this repo. Everything worked after that.The specific issue I was having was the keyboard would not connect and logged the following:
Steps to reproduce:
I have not tried any commits in-between the latest and
d501a53f2f038521e9c9a4f29b4b63745c76ed11
, so I don't know where the bug was introduced. If I find the time I might try bisecting to find the precise ESP-IDF commit.