Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Feb 26, 2022
1 parent 2c0f734 commit e827a12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## Version 1.2.1 (2022-02-26)

- Fixed a bug that caused manual gain settings to be ineffective on devices
which have auto gain enabled by default. dumphfdl now turns off AGC
explicitly before setting gain elements.

## Version 1.2.0 (2021-11-17)

- Noise floor and signal level estimates are now computed and printed in
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (dumphfdl C)

set (DUMPHFDL_VERSION_MAJOR 1)
set (DUMPHFDL_VERSION_MINOR 2)
set (DUMPHFDL_VERSION_PATCH 0)
set (DUMPHFDL_VERSION_PATCH 1)
set (DUMPHFDL_VERSION "${DUMPHFDL_VERSION_MAJOR}.${DUMPHFDL_VERSION_MINOR}.${DUMPHFDL_VERSION_PATCH}")
set (CMAKE_C_STANDARD 11)
set (C_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit e827a12

Please sign in to comment.