kopia lustrzana https://github.com/ge0rg/aprsdroid
fix bluetooth prefs
rodzic
1f0e404b35
commit
5ce0a28e7c
|
|
@ -5,6 +5,7 @@
|
|||
<item>@string/p_conn_udp</item>
|
||||
<item>@string/p_conn_http</item>
|
||||
<item>@string/p_conn_afsk</item>
|
||||
<item>@string/p_conn_bt</item>
|
||||
</string-array>
|
||||
<string-array name="p_conntype_ev">
|
||||
<item>tcp</item>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ object Backend {
|
|||
(s, p) => new TcpUploader(s, p),
|
||||
R.xml.pref_tcp,
|
||||
PASSCODE_OPTIONAL),
|
||||
"bt" -> new BackendInfo(
|
||||
"bluetooth" -> new BackendInfo(
|
||||
(s, p) => new BluetoothTnc(s, p),
|
||||
R.xml.pref_bluetooth,
|
||||
PASSCODE_NONE)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue