mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
Remote Output: removed center frequency from settings but add it to the device report
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
RemoteOutputSettings:
|
||||
description: RemoteOutput
|
||||
properties:
|
||||
centerFrequency:
|
||||
type: integer
|
||||
format: int64
|
||||
sampleRate:
|
||||
type: integer
|
||||
nbFECBlocks:
|
||||
@@ -35,6 +32,9 @@ RemoteOutputSettings:
|
||||
RemoteOutputReport:
|
||||
description: RemoteOutput
|
||||
properties:
|
||||
centerFrequency:
|
||||
type: integer
|
||||
format: int64
|
||||
bufferRWBalance:
|
||||
description: ratio off the mid buffer (positive read leads)
|
||||
type: number
|
||||
|
||||
Reference in New Issue
Block a user