Skip to content

Commit

Permalink
Update version and some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Feb 20, 2024
1 parent 8edf786 commit cdb787d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions codec2talkie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.radio.codec2talkie"
minSdkVersion 23
targetSdkVersion 30
versionCode 170
versionName "1.70"
versionCode 171
versionName "1.71"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 4 additions & 4 deletions codec2talkie/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@
<string name="tnc_extended_summary">Additional TNC specific settings</string>
<string name="tnc_extended_uart_title">UART modem prefix</string>

<string name="custom_prefix_enabled_title">Enable UART prefix</string>
<string name="custom_prefix_enabled_summary">Prefix USB data with the HEX string for some LoRA UART modems</string>
<string name="custom_prefix_title">USB packet prefix value as a HEX string</string>
<string name="custom_prefix_summary">Prefix sent content with a hex string (so called transmission target in UART modems), e.g. C0FFEE</string>
<string name="custom_prefix_enabled_title">Enable UART modem TX prefix</string>
<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>
<string name="custom_prefix_title">Packet prefix value as a HEX string</string>
<string name="custom_prefix_summary">Prefix content as a HEX string, e.g. C0FFEE</string>

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

0 comments on commit cdb787d

Please sign in to comment.