Replies: 1 comment
-
The controller must have gotten into a bad state or something. Or maybe I just don't know how Switch controller pairing is supposed to work. Either way, holding the sync button button on the controller for more than 1 second fixed it. |
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
-
Attempting to connect a PowerA Switch Pro controller. Same controller that worked previously:
This was working last night. Today I was messing around with some custom firmware. But after reverting back to official firmware ( v1.7.3 downloaded from GitHub releases), I am seeing this issue.
Logs from ESP32 here: https://gist.github.com/yo1dog/2622ed11ff6f8d1ad88f09c7421fef0e
I added a few notes. You can see where it connects and correctly identifies the controller:
BT_HCI_EVT_CONN_COMPLETE ... dev: 0 type: 5:14 Lic Pro Controller
, but then a few seconds later it disconnects:BT_HCI_EVT_DISCONN_COMPLETE ... DISCONN from dev: 0
. There is also a mysterious error further down:dev NULL!
.Any ideas? Debugging tips?
Thanks! - Mike
Beta Was this translation helpful? Give feedback.
All reactions