Skip to content

Commit

Permalink
1944 SDRPlay API version 3.16 (#1945)
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Sheirer <[email protected]>
  • Loading branch information
DSheirer and Dennis Sheirer authored Jul 29, 2024
1 parent 53d537b commit 142dd9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public enum Version
V3_12(3.12f, true),
V3_13(3.13f, true), //No changes - OSX build only.
V3_14(3.14f, true),
V3_15(3.15f, true);
V3_15(3.15f, true),
V3_16(3.16f, true);

private float mValue;
private boolean mSupported;
Expand Down

0 comments on commit 142dd9d

Please sign in to comment.