Skip to content

Commit f648e59

Browse files
authored
Update library.json
1 parent dcc385b commit f648e59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "BLEPeripheral",
2+
"name": "BLEPeripheralObserver",
33
"version": "0.4.0",
4-
"keywords": "BLE, bluetooth, peripheral",
5-
"description": "Arduino library for creating custom BLE peripherals. Supports nRF8001 and nRF51822 based boards/shields.",
4+
"keywords": "BLE, bluetooth, peripheral, observer",
5+
"description": "Arduino library for creating custom BLE peripherals. Supports nRF51 based boards.",
66
"repository":
77
{
88
"type": "git",
9-
"url": "https://github.com/sandeepmistry/arduino-BLEPeripheral.git"
9+
"url": "https://github.com/floe/BLEPeripheralObserver.git"
1010
},
1111
"frameworks": "arduino",
12-
"platforms": "nordicnrf51, atmelavr, atmelsam, teensy"
12+
"platforms": "nordicnrf51"
1313
}

0 commit comments

Comments
 (0)