From 439105ff22cea960d4bc98f83c1eae23bb2524ad Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Fri, 15 Nov 2024 20:11:47 -0500 Subject: [PATCH] Work around ka9q-radio powers locale bug --- auto_rx/autorx/sdr_wrappers.py | 1 + 1 file changed, 1 insertion(+) 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} "