From 0347b2205b81122cd4cab22c762f8e9799703441 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Wed, 27 Feb 2019 21:15:19 +1030 Subject: [PATCH] Add dft_detect to binaries to be checked for on startup. --- auto_rx/autorx/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/autorx/utils.py b/auto_rx/autorx/utils.py index 7c20cdf..5b7d76f 100644 --- a/auto_rx/autorx/utils.py +++ b/auto_rx/autorx/utils.py @@ -26,7 +26,7 @@ except ImportError: # List of binaries we check for on startup -REQUIRED_RS_UTILS = ['rs_detect', 'rs41ecc', 'rs92ecc', 'dfm09ecc', 'm10'] +REQUIRED_RS_UTILS = ['dft_detect', 'rs41ecc', 'rs92ecc', 'dfm09ecc', 'm10'] def check_rs_utils(): """ Check the required RS decoder binaries exist