From cd8ed26416a69daea9464a4d442b29c201ff323c Mon Sep 17 00:00:00 2001 From: T-vK Date: Tue, 20 Oct 2020 20:40:08 +0200 Subject: [PATCH] Fix typo in README #50 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a9543..d490886 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ In addition to that you can send media keys (which is not possible with the USB There is also Bluetooth specific information that you can set (optional): Instead of `BleKeyboard bleKeyboard;` you can do `BleKeyboard bleKeyboard("Bluetooth Device Name", "Bluetooth Device Manufacturer", 100);`. The third parameter is the initial battery level of your device. To adjust the battery level later on you can simply call e.g. `bleKeyboard.setBatteryLevel(50)` (set battery level to 50%). -By default the battery level will be set to 100%, the device name will be `ESP32 Bluetooth Mouse` and the manufacturer will be `Espressif`. +By default the battery level will be set to 100%, the device name will be `ESP32 Bluetooth Keyboard` and the manufacturer will be `Espressif`. ## Credits