mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Aaronia RSA Rx: implemented sample rate change
This commit is contained in:
@@ -2111,7 +2111,12 @@ margin-bottom: 20px;
|
||||
"properties" : {
|
||||
"centerFrequency" : {
|
||||
"type" : "integer",
|
||||
"format" : "int64"
|
||||
"format" : "int64",
|
||||
"description" : "Sets the center frequency (Hz) of the distant IQ demodulator"
|
||||
},
|
||||
"sampleRate" : {
|
||||
"type" : "integer",
|
||||
"description" : "Sets the sample rate (S/s) and span (Hz) of the distant IQ demodulator"
|
||||
},
|
||||
"serverAddress" : {
|
||||
"type" : "string",
|
||||
@@ -57301,7 +57306,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2023-03-19T05:47:36.689+01:00
|
||||
Generated 2023-03-23T18:22:37.731+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user