File tree Expand file tree Collapse file tree 7 files changed +8337
-0
lines changed
Expand file tree Collapse file tree 7 files changed +8337
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <configuration >
3+
4+ <service uuid =" 1800" >
5+ <description >Generic Access Profile</description >
6+
7+ <!-- Device name -->
8+ <characteristic uuid =" 2a00" >
9+ <properties read =" true" const =" true" />
10+ <value >iBeacon</value >
11+ </characteristic >
12+
13+ <!-- Appearance: Generic tag -->
14+ <characteristic uuid =" 2a01" >
15+ <properties read =" true" const =" true" />
16+ <value type =" hex" >0200</value >
17+ </characteristic >
18+ </service >
19+
20+ <service uuid =" 180a" >
21+ <description >Device Information</description >
22+
23+ <characteristic uuid =" 2a29" >
24+ <properties read =" true" const =" true" />
25+ <value >Bluegiga/JWJ</value >
26+ <description >Manufacturer Name String</description >
27+ </characteristic >
28+
29+ <characteristic uuid =" 2a24" >
30+ <properties read =" true" const =" true" />
31+ <value >1.0</value >
32+ <description >Model Number String</description >
33+ </characteristic >
34+
35+ <characteristic uuid =" 2a26" >
36+ <properties read =" true" const =" true" />
37+ <value >1.0</value >
38+ <description >Firmware Revision String</description >
39+ </characteristic >
40+
41+ <characteristic uuid =" 2a27" >
42+ <properties read =" true" const =" true" />
43+ <value >0.1</value >
44+ <description >Hardware Revision String</description >
45+ </characteristic >
46+ </service >
47+ </configuration >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <hardware >
4+ <sleeposc enable =" true" ppm =" 30" />
5+ <usb enable =" false" />
6+ <txpower power =" 15" bias =" 5" />
7+ <port index =" 0" tristatemask =" 0" pull =" up" />
8+ <script enable =" true" />
9+ </hardware >
You can’t perform that action at this time.
0 commit comments