We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5156e commit 69e2e36Copy full SHA for 69e2e36
src/js/protocols/devices.js
@@ -41,6 +41,12 @@ export const bluetoothDevices = [
41
writeCharacteristic: "0000abf1-0000-1000-8000-00805f9b34fb",
42
readCharacteristic: "0000abf2-0000-1000-8000-00805f9b34fb",
43
},
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
+ },
50
];
51
52
export const serialDevices = [
0 commit comments