Skip to content

Commit 69e2e36

Browse files
authored
Add DroneBridge Bluetooth LE device definition (#4454)
1 parent fd5156e commit 69e2e36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/js/protocols/devices.js

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ export const bluetoothDevices = [
4141
writeCharacteristic: "0000abf1-0000-1000-8000-00805f9b34fb",
4242
readCharacteristic: "0000abf2-0000-1000-8000-00805f9b34fb",
4343
},
44+
{
45+
name: "DroneBridge",
46+
serviceUuid: "0000db32-0000-1000-8000-00805f9b34fb",
47+
writeCharacteristic: "0000db33-0000-1000-8000-00805f9b34fb",
48+
readCharacteristic: "0000db34-0000-1000-8000-00805f9b34fb",
49+
},
4450
];
4551

4652
export const serialDevices = [

0 commit comments

Comments
 (0)