21 lines
501 B
XML
21 lines
501 B
XML
<uwbChipConfig>
|
|
<defaultChipId>chipIdString</defaultChipId>
|
|
<chipGroup>
|
|
<chip>
|
|
<id>chipIdString1</id>
|
|
<position>
|
|
<x>1.0</x>
|
|
<y>2.0</y>
|
|
<z>3.0</z>
|
|
</position>
|
|
</chip>
|
|
<chip>
|
|
<id>chipIdString2</id>
|
|
<position>
|
|
<x>4.0</x>
|
|
<y>5.0</y>
|
|
<z>6.0</z>
|
|
</position>
|
|
</chip>
|
|
</chipGroup>
|
|
</uwbChipConfig> |