diff --git a/auto_rx/autorx/sdr_wrappers.py b/auto_rx/autorx/sdr_wrappers.py index bece1430..48d25e1f 100644 --- a/auto_rx/autorx/sdr_wrappers.py +++ b/auto_rx/autorx/sdr_wrappers.py @@ -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} "