mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 20:37:33 +00:00
feat(fm): add universal FM RAW decoder output
This commit is contained in:
+1
-1
@@ -307,7 +307,7 @@ begin FSyncInt := V; FController.Invoke(@SyncMode); end;
|
||||
|
||||
procedure TCATAdapter.SyncMode;
|
||||
begin
|
||||
if (FSyncInt < 0) or (FSyncInt > MODE_DMR) then Exit;
|
||||
if (FSyncInt < MODE_MIN) or (FSyncInt > MODE_MAX) then Exit;
|
||||
FController.SetMode(FSyncInt);
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user