Skip to content

Commit cdb787d

Browse files
committed
Update version and some strings
1 parent 8edf786 commit cdb787d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

codec2talkie/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.radio.codec2talkie"
1212
minSdkVersion 23
1313
targetSdkVersion 30
14-
versionCode 170
15-
versionName "1.70"
14+
versionCode 171
15+
versionName "1.71"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

codec2talkie/src/main/res/values/strings.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@
197197
<string name="tnc_extended_summary">Additional TNC specific settings</string>
198198
<string name="tnc_extended_uart_title">UART modem prefix</string>
199199

200-
<string name="custom_prefix_enabled_title">Enable UART prefix</string>
201-
<string name="custom_prefix_enabled_summary">Prefix USB data with the HEX string for some LoRA UART modems</string>
202-
<string name="custom_prefix_title">USB packet prefix value as a HEX string</string>
203-
<string name="custom_prefix_summary">Prefix sent content with a hex string (so called transmission target in UART modems), e.g. C0FFEE</string>
200+
<string name="custom_prefix_enabled_title">Enable UART modem TX prefix</string>
201+
<string name="custom_prefix_enabled_summary">Prefix data with the HEX string, used in fixed transmission mode by some UART modems to specify transmission target</string>
202+
<string name="custom_prefix_title">Packet prefix value as a HEX string</string>
203+
<string name="custom_prefix_summary">Prefix content as a HEX string, e.g. C0FFEE</string>
204204

205205
<string name="app_audio_output_speaker_title">Play audio through the speaker</string>
206206
<string name="app_audio_output_speaker_summary">Output incoming audio through the speaker</string>

0 commit comments

Comments
 (0)