Skip to content

Commit 266a5ca

Browse files
committed
Update readme.
1 parent 469c7f2 commit 266a5ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This Arduino Core does **not** contain any BLE functionality. It has been design
7575

7676
```ini
7777
[env]
78-
platform = https://github.com/h2zero/platform-n-able.git
78+
platform = n-able
7979
framework = arduino
8080
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
8181
board = ...
@@ -100,6 +100,10 @@ board = ...
100100
4. Clone this repo: ```git clone https://github.com/h2zero/n-able-Arduino.git```
101101
5. Restart the Arduino IDE
102102

103+
### Install NimBLE-Arduino
104+
1. Arduino Library manager: Go to `sketch` -> `Include Library` -> `Manage Libraries`, search for NimBLE and install version 1.4.0 or greater.
105+
2. Add `#include "NimBLEDevice.h"` at the beginning of your sketch.
106+
103107
## Flashing your device
104108
1. Select your board from the Tools -> Board menu
105109
2. Select any options you want

0 commit comments

Comments
 (0)