diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-22 09:45:59 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-22 09:45:59 +0000 |
commit | b999f85d83728bd7034e85f2e038bb9a6454b16a (patch) | |
tree | 9a680554c7b89dc3f939b8082bee1eb0ccf7ebee /PrySDR/main.swift | |
parent | 4a489b2f306c179e303567908a26e7e79ef5c0dd (diff) | |
download | PrySDR-main.tar.gz PrySDR-main.zip |
BladeRF: seems to receive datamain
Diffstat (limited to 'PrySDR/main.swift')
-rw-r--r-- | PrySDR/main.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PrySDR/main.swift b/PrySDR/main.swift index d7941d1..74f3f67 100644 --- a/PrySDR/main.swift +++ b/PrySDR/main.swift @@ -13,5 +13,5 @@ import libairspyhf import libbladerf print("PrySDR") -print("We will start soon on exploring things") +print("We will start soon on exploring things \(software_version)") |