From ce95b575f3ea3091728ff0542c8f64ebfc03f52c Mon Sep 17 00:00:00 2001 From: Christopher Andrews Date: Mon, 27 May 2024 19:36:30 +1000 Subject: [PATCH] Restore SoapyMiri driver --- owrx/source/mirics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/source/mirics.py b/owrx/source/mirics.py index 87821489..6c70fa50 100644 --- a/owrx/source/mirics.py +++ b/owrx/source/mirics.py @@ -37,7 +37,7 @@ class MiricsSource(SoapyConnectorSource): return mappings def getDriver(self): - return "mirics" + return "soapyMiri" class BuffLenOptions(DropdownEnum): BUFFLEN_15872 = "15872"