We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c52214 + c9f824c commit 7ae3dc4Copy full SHA for 7ae3dc4
libraries/Bluefruit52Lib/examples/Central/central_hid/central_hid.ino
@@ -41,7 +41,7 @@ void setup()
41
42
Bluefruit.setName("Bluefruit52 Central");
43
44
- // Init BLE Central Uart Serivce
+ // Init BLE Central Hid Serivce
45
hid.begin();
46
47
#if POLLING == 0
@@ -126,7 +126,7 @@ void connect_callback(uint16_t conn_handle)
126
{
127
Serial.println("Found NONE");
128
129
- // disconnect since we couldn't find bleuart service
+ // disconnect since we couldn't find blehid service
130
Bluefruit.disconnect(conn_handle);
131
}
132
0 commit comments