File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
7979framework = arduino
8080lib_deps = h2zero/NimBLE-Arduino@^1.4.0
8181board = ...
@@ -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
1041081 . Select your board from the Tools -> Board menu
1051092 . Select any options you want
You can’t perform that action at this time.
0 commit comments