Skip to content

Commit

Permalink
Extract the default rx sample rate multipler to a constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
VanceVagell committed Dec 14, 2024
1 parent be50cfb commit a022c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ kv4p HT (see http://kv4p.com)
import java.util.concurrent.TimeUnit;

public class SettingsActivity extends AppCompatActivity {
private static final String DEFAULT_RX_SAMPLE_RATE_MULT = "1.00470";
private static final String DEFAULT_RX_SAMPLE_RATE_MULT = "1.00494";

private ThreadPoolExecutor threadPoolExecutor = null;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
android:textSize="20dp"
android:maxLength="7"
android:maxLines="1"
android:text="1.00470"
android:text="1.00494"
android:inputType="numberDecimal"
android:singleLine="true"
android:textColor="@color/primary"
Expand Down

0 comments on commit a022c8a

Please sign in to comment.