Skip to content

Commit

Permalink
Merge pull request #1267 from anarkiwi/tune
Browse files Browse the repository at this point in the history
tuneable.
  • Loading branch information
anarkiwi authored May 9, 2024
2 parents f89b23a + 3df8cb8 commit abab45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/grsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get_source(
freq_divisor = 1e9
cmd_port = "cmd"
sources = [
iqtlabs.tuneable_test_source(freq_divisor),
iqtlabs.tuneable_test_source(0, freq_divisor),
get_throttle(samp_rate, nfft),
]
elif sdr == "ettus":
Expand Down

0 comments on commit abab45d

Please sign in to comment.