Skip to content

Commit

Permalink
#1644 Update SDRPlay API for version 3.12 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Sheirer committed Nov 5, 2023
1 parent 09c8723 commit 2440f57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public enum Version
V3_08(3.08f, true),
V3_09(3.09f, true),
V3_10(3.10f, true),
V3_11(3.11f, true);
V3_11(3.11f, true),
V3_12(3.12f, true);

private float mValue;
private boolean mSupported;
Expand Down

0 comments on commit 2440f57

Please sign in to comment.