mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
15 lines
394 B
XML
15 lines
394 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<resources>
|
||
|
<string-array name="connectTypeArray">
|
||
|
<item>None</item>
|
||
|
<item>Fake</item>
|
||
|
<item>Bluetooth</item>
|
||
|
<item>Network</item>
|
||
|
</string-array>
|
||
|
<string-array name="connectTypeValues">
|
||
|
<item>0</item>
|
||
|
<item>1</item>
|
||
|
<item>2</item>
|
||
|
<item>3</item>
|
||
|
</string-array>
|
||
|
</resources>
|