mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
15 lines
No EOL
392 B
XML
15 lines
No EOL
392 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<array name="regions">
|
|
<!-- FIXME - better to get this through reflection -->
|
|
<item>Unset</item>
|
|
<item>US</item>
|
|
<item>EU433</item>
|
|
<item>EU865</item>
|
|
<item>CN</item>
|
|
<item>JP</item>
|
|
<item>ANZ</item>
|
|
<item>KR</item>
|
|
<item>TW</item>
|
|
</array>
|
|
</resources> |