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.
1 parent 3dc1a1f commit e199b8eCopy full SHA for e199b8e
README.md
@@ -30,15 +30,15 @@ The original <b>ESP32-BLE-Keyboard</b> library has been cloned and modified to c
30
31
``` C++
32
/**
33
- * This example turns the ESP32 into a Bluetooth LE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
+ * This example turns the ESP32 into a NimBLE keyboard that writes the words, presses Enter, presses a media key and then Ctrl+Alt+Delete
34
*/
35
#include <NimBleKeyboard.h>
36
37
BleKeyboard bleKeyboard;
38
39
void setup() {
40
Serial.begin(115200);
41
- Serial.println("Starting BLE work!");
+ Serial.println("Starting NimBLE work!");
42
bleKeyboard.begin();
43
}
44
0 commit comments