mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed comment
This commit is contained in:
parent
4f4bfa3d29
commit
4311bc9fee
1 changed files with 1 additions and 1 deletions
2
BTD.cpp
2
BTD.cpp
|
@ -916,7 +916,7 @@ void BTD::hci_pin_code_request_reply() {
|
||||||
Notify(PSTR("\r\nParing with Wii U Pro Controller"));
|
Notify(PSTR("\r\nParing with Wii U Pro Controller"));
|
||||||
#endif
|
#endif
|
||||||
hcibuf[9] = 6; // Pin length is the length of the bt address
|
hcibuf[9] = 6; // Pin length is the length of the bt address
|
||||||
hcibuf[10] = my_bdaddr[0]; // The pin is the Wiimotes bt address backwards
|
hcibuf[10] = my_bdaddr[0]; // The pin is the Bluetooth dongles bt address backwards
|
||||||
hcibuf[11] = my_bdaddr[1];
|
hcibuf[11] = my_bdaddr[1];
|
||||||
hcibuf[12] = my_bdaddr[2];
|
hcibuf[12] = my_bdaddr[2];
|
||||||
hcibuf[13] = my_bdaddr[3];
|
hcibuf[13] = my_bdaddr[3];
|
||||||
|
|
Loading…
Reference in a new issue