Skip to content

Commit

Permalink
Version 20221215-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Dec 15, 2022
1 parent 3cc5f72 commit 27256db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

## Changes (including requirement changes)

* 20221215-1: Updated r8brain-free-src to Version 6.2.
* 20221215-0: Fixed AF and IF AGC anomaly when the current gain becomes NaN/Inf. Set workaround by adding a small value (1e-9) for log10() calculation generating the output value.
* 20220911-0: Refactored status message calculation, tested with libvolk 2.5.2.
* 20220903-0: Refactored include/DataBuffer.h for streamlining handling locks and mutexes, using C++17 std::scoped\_lock.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# airspy-fmradion

* Version 20221215-0
* Version 20221215-1
* For MacOS (both Intel and Apple Silicon) and Linux

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// define this for enabling coefficient monitor functions
// #undef COEFF_MONITOR

#define AIRSPY_FMRADION_VERSION "20221215-0"
#define AIRSPY_FMRADION_VERSION "20221215-1"

// Flag to set graceful termination
// in process_signals()
Expand Down

0 comments on commit 27256db

Please sign in to comment.