mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Fixed debug message
This commit is contained in:
parent
af2e8d5184
commit
b3b476af33
1 changed files with 1 additions and 1 deletions
2
BTD.cpp
2
BTD.cpp
|
@ -720,7 +720,7 @@ void BTD::HCI_task() {
|
|||
if(pairWithWii)
|
||||
Notify(PSTR("\r\nWII Wii(&Btd);"), 0x80);
|
||||
else
|
||||
Notify(PSTR("\r\nBTHID hid(&Btd);"), 0x80);
|
||||
Notify(PSTR("\r\nBTHID bthid(&Btd);"), 0x80);
|
||||
|
||||
Notify(PSTR("\r\nAnd then press any button on the "), 0x80);
|
||||
if(pairWithWii)
|
||||
|
|
Loading…
Reference in a new issue