Skip to content

Commit a76d332

Browse files
blackspherefollowerqdot
authored andcommitted
feat: Add "Nobra Control*" matcher for the Nobra protocol
� Conflicts: � crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json � crates/buttplug_server_device_config/device-config-v4/version.yaml
1 parent edf6c90 commit a76d332

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

crates/buttplug_server_device_config/build-config/buttplug-device-config-v4.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": {
33
"major": 4,
4-
"minor": 125
4+
"minor": 141
55
},
66
"protocols": {
77
"activejoy": {
@@ -14900,7 +14900,8 @@
1490014900
{
1490114901
"btle": {
1490214902
"names": [
14903-
"NobraControl*"
14903+
"NobraControl*",
14904+
"Nobra Control*"
1490414905
],
1490514906
"services": {
1490614907
"0000abf0-0000-1000-8000-00805f9b34fb": {

crates/buttplug_server_device_config/device-config-v4/protocols/nobra.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ defaults:
1313
communication:
1414
- btle:
1515
names:
16-
- NobraControl*
16+
- NobraControl*
17+
- Nobra Control*
1718
services:
1819
0000abf0-0000-1000-8000-00805f9b34fb:
1920
tx: 0000abf1-0000-1000-8000-00805f9b34fb
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version:
22
major: 4
3-
minor: 125
3+
minor: 141

0 commit comments

Comments
 (0)