Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyHoyle committed Jun 8, 2015
1 parent f1097e6 commit ca4a177
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Version 0.0.0: Initial build
- Version 1.0.0: Gain settings should now work in client apps.
- Version 1.0.1: Tidy up project, give better binary name. Run in background by default.
- Version 1.0.2: When no clients collected, don't initialise the device as it uses CPU when idle.

## BUILDING
```
Expand Down Expand Up @@ -35,8 +36,5 @@
AGC is not currently supported, due to lack of documentation.

## BUGS
The only way to change frequency seems to be to reinit the entire SDRPlay - setRf doesn't work.. this
makes tuning slow.

Every now and then the SDRPlay goes loopy in SDR#. Disconnect and reconnect to fix this.. no idea why this happens.

2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sdrserver (1.0.1-1) unstable; urgency=low
sdrserver (1.0.2-1) unstable; urgency=low

* Initial release

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "error.h"
#include "sdrplay.h"

#define SERVER_VERSION "1.0.1"
#define SERVER_VERSION "1.0.2"

struct sdr_info
{
Expand Down

0 comments on commit ca4a177

Please sign in to comment.