From fa49e5920056ffd9bb4a0fb72c233e3b9832eb83 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 2 Aug 2021 18:11:45 +0200 Subject: [PATCH] increase required connector version to 0.5 (0.4 would work but cannot be parsed) --- owrx/feature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/feature.py b/owrx/feature.py index b5be77f..a1fff41 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -281,7 +281,7 @@ class FeatureDetector(object): return False def _check_owrx_connector(self, command): - return self._check_connector(command, LooseVersion("0.4")) + return self._check_connector(command, LooseVersion("0.5")) def has_rtl_connector(self): """