mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 23:43:43 -04:00
Remote output/source: implemented choice of sample size in transmission. Fixes in the size conversion routines
This commit is contained in:
@@ -9863,6 +9863,9 @@ margin-bottom: 20px;
|
||||
"nbFECBlocks" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"nbTxBytes" : {
|
||||
"type" : "integer"
|
||||
},
|
||||
"apiAddress" : {
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -51622,7 +51625,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2021-12-15T21:39:08.842+01:00
|
||||
Generated 2021-12-18T22:54:13.645+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,8 @@ RemoteOutputSettings:
|
||||
properties:
|
||||
nbFECBlocks:
|
||||
type: integer
|
||||
nbTxBytes:
|
||||
type: integer
|
||||
apiAddress:
|
||||
type: string
|
||||
apiPort:
|
||||
|
||||
Reference in New Issue
Block a user