mirror of
https://github.com/T-vK/ESP32-BLE-Keyboard.git
synced 2026-02-20 01:41:32 +01:00
Fixed typo
This commit is contained in:
@@ -140,7 +140,10 @@ Flash: [==== ] 44.2% (used 579158 bytes from 1310720 bytes)
|
||||
## How to activate NimBLE mode?
|
||||
|
||||
### ArduinoIDE:
|
||||
Edit BleKeyboard.h and remove and uncomment the first line `#define USE_NIMBLE`
|
||||
Uncomment the first line in BleKeyboard.h
|
||||
```C++
|
||||
#define USE_NIMBLE
|
||||
```
|
||||
|
||||
### PlatformIO:
|
||||
Change your `platformio.ini` to the following settings
|
||||
|
||||
Reference in New Issue
Block a user