From cdb787d922b3277e74798cb0307291d4095c3095 Mon Sep 17 00:00:00 2001 From: sh123 Date: Tue, 20 Feb 2024 18:05:35 +0200 Subject: [PATCH] Update version and some strings --- codec2talkie/build.gradle | 4 ++-- codec2talkie/src/main/res/values/strings.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/codec2talkie/build.gradle b/codec2talkie/build.gradle index 64ed126c..ab9d1f9c 100644 --- a/codec2talkie/build.gradle +++ b/codec2talkie/build.gradle @@ -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" } diff --git a/codec2talkie/src/main/res/values/strings.xml b/codec2talkie/src/main/res/values/strings.xml index a896141e..d237d517 100644 --- a/codec2talkie/src/main/res/values/strings.xml +++ b/codec2talkie/src/main/res/values/strings.xml @@ -197,10 +197,10 @@ Additional TNC specific settings UART modem prefix - Enable UART prefix - Prefix USB data with the HEX string for some LoRA UART modems - USB packet prefix value as a HEX string - Prefix sent content with a hex string (so called transmission target in UART modems), e.g. C0FFEE + Enable UART modem TX prefix + Prefix data with the HEX string, used in fixed transmission mode by some UART modems to specify transmission target + Packet prefix value as a HEX string + Prefix content as a HEX string, e.g. C0FFEE Play audio through the speaker Output incoming audio through the speaker