diff options
| author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-04 11:07:17 +0000 |
|---|---|---|
| committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-04 11:07:17 +0000 |
| commit | abbe14bebb2935b017b980e6fc2bfc5e94052049 (patch) | |
| tree | f762cf4b77463a01250d96be7977e3d6e2f1dcb8 /Radio/Utils/TestRtlSdr | |
| parent | 23fc08c8798d7c325a72fbee4175813efe4fe70f (diff) | |
| download | PrySDR-abbe14bebb2935b017b980e6fc2bfc5e94052049.tar.gz PrySDR-abbe14bebb2935b017b980e6fc2bfc5e94052049.zip | |
AirSpyHFIQ: read samples from airspyhf and dump those to fc32 file
Diffstat (limited to 'Radio/Utils/TestRtlSdr')
| -rw-r--r-- | Radio/Utils/TestRtlSdr/main.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Radio/Utils/TestRtlSdr/main.swift b/Radio/Utils/TestRtlSdr/main.swift index 39e1c06..3eb2830 100644 --- a/Radio/Utils/TestRtlSdr/main.swift +++ b/Radio/Utils/TestRtlSdr/main.swift @@ -8,7 +8,7 @@ import Foundation import libr820 - +print("Version \(software_version)") let count = getDeviceCount() print("Found \(count) r820 devices") //rtldev.open(index: 0) |
