Skip to content

Commit

Permalink
Merge pull request #941 from argilo/ka9q-locale-workaround
Browse files Browse the repository at this point in the history
Work around ka9q-radio powers locale bug
  • Loading branch information
darksidelemm authored Nov 16, 2024
2 parents 5d7c3b1 + 439105f commit d0a9f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auto_rx/autorx/sdr_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ def get_power_spectrum(
_ssrc = f"{round(_center_freq / 1000)}03"

_powers_cmd = (
f"LANG=C " # temporary workaround for https://github.com/ka9q/ka9q-radio/pull/65#issuecomment-2480243690
f"{_timeout_cmd} {ka9q_powers_path} "
f"{sdr_hostname} "
f"-f {_center_freq} "
Expand Down

0 comments on commit d0a9f41

Please sign in to comment.