Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.

Commit

Permalink
fix: Un-capitalize UUIDs in config file
Browse files Browse the repository at this point in the history
WebBluetooth requires strict UUID format conformance, which means no
capital letters.
  • Loading branch information
qdot committed May 27, 2019
1 parent 8b9e0c0 commit 6eede21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions buttplug-device-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ protocols:
# using a wildcard.
- MV Tenuto*
services:
f0006900-110c-478B-B74B-6F403B364A9C:
txmode: f0006901-110c-478B-B74B-6F403B364A9C
txvibrate: f0006903-110c-478B-B74B-6F403B364A9C
f0006900-110c-478b-b74b-6f403b364a9c:
txmode: f0006901-110c-478b-b74b-6f403b364a9c
txvibrate: f0006903-110c-478b-b74b-6f403b364a9c
picobong:
btle:
names:
Expand Down Expand Up @@ -309,11 +309,11 @@ protocols:
names:
- Onyx2.1
services:
00001900-0000-1000-8000-00805F9B34FB:
00001900-0000-1000-8000-00805f9b34fb:
# Used to clear the whitelist
whitelist: 00001901-0000-1000-8000-00805F9B34FB
tx: 00001902-0000-1000-8000-00805F9B34FB
rx: 00001903-0000-1000-8000-00805F9B34FB
whitelist: 00001901-0000-1000-8000-00805f9b34fb
tx: 00001902-0000-1000-8000-00805f9b34fb
rx: 00001903-0000-1000-8000-00805f9b34fb
kiiroo-v2:
btle:
names:
Expand Down

0 comments on commit 6eede21

Please sign in to comment.